Go to file
2020-12-07 21:44:41 +08:00
build build: simplify build steps 2020-12-07 16:26:33 +08:00
build-doc build: build-doc script 2020-07-08 23:02:26 +08:00
demo fix: use file level import to avoid exhausting fd when build site 2020-12-07 21:29:51 +08:00
design-notes docs(menu): enUS 2020-11-14 21:59:02 +08:00
playground chore: remove useless codes in playground 2020-11-12 20:18:03 +08:00
scripts refactor: import styles directly from component folders, not styles.js 2020-12-07 00:13:47 +08:00
src release: 2.0.0-beta.1 2020-12-07 17:23:45 +08:00
test refactor: remove all install scripts of components, prepare for tree-shaking 2020-12-06 23:41:08 +08:00
themes/tusimple feat(switch): default value & size 2020-12-04 17:19:19 +08:00
.eslintignore build: extract loaders to build/, compress cssr.js files 2020-11-12 13:30:04 +08:00
.eslintrc.js fix: lint 2020-11-03 15:10:29 +08:00
.gitignore build: simplify build steps 2020-12-07 16:26:33 +08:00
.npmignore build: use files instead of npmignore 2020-02-11 20:57:35 +08:00
.stylelintignore refactor(form-item): feedback transition 2020-10-08 00:06:57 +08:00
.stylelintrc.js chore: style-lint 2019-06-28 15:41:29 +08:00
babel.config.js fix: site build fail 2020-12-05 20:00:57 +08:00
CHANGELOG.en-US.md build: add tusimple index 2020-10-08 03:33:40 +08:00
CHANGELOG.zh-CN.md build: add tusimple index 2020-10-08 03:33:40 +08:00
index.html site: favicon 2020-11-07 15:22:38 +08:00
jest.config.js test: make it work again 2020-11-03 11:53:37 +08:00
package.json 2.0.0-beta.1 2020-12-07 17:22:19 +08:00
postcss.config.js chore: add usage comment in bable.config.js and postcss.config.js 2020-11-12 20:11:46 +08:00
README.md chore: update utils paths 2020-11-04 12:31:43 +08:00
rollup.config.js build: transfrom all vue to js before rollup 2020-12-06 22:04:36 +08:00
vite.config.js chore: test vercel build 2020-12-07 21:44:41 +08:00
vue3.md docs(vue3): update related issued 2020-12-07 17:21:23 +08:00

Naive UI

A Vue UI Framework

Caring About Styles, Themed, Batteries Included, Not Rather Slow

Interesting Somehow

Documentation

www.naiveui.com(WIP)

Features

Caring About Styles

As is.

The reason I started to build the library is I'm not satisfied with the UI framework I used. I think maybe it's possible to caring about nearily all the details of an UI framework, except the compitability of IE.

Themed

Dark theme included. Theme switching is seamlessly.

At first there's only dark mode UI design drafts. It's wired but true. After you starting to build a dark mode UI, sooner or later you will have to create a light theme for it. As a result, naive-ui has both of them.

Batteries Included

There are more than 60 components. Utils for building themed component are provided.

Not Rather Slow

I try to make it not rather slow.

You can never know how much data will the backends send to you. Maybe thousands of options in single select.

License

Naive UI is licensed under the MIT license.

Graphics resouces of result component is licensed under the CC-BY 4.0. The graphics resouces come from Twemoji and none of them is modified.