Go to file
2019-06-20 12:46:29 +08:00
build feat: checkbox & round button 2019-06-14 10:59:06 +08:00
demo feat: tooltip 2019-06-20 12:46:29 +08:00
packages feat: tooltip 2019-06-20 12:46:29 +08:00
src feat: add some comps 2019-06-04 16:01:34 +08:00
styles feat: tooltip 2019-06-20 12:46:29 +08:00
test style: @vue/standard 2019-06-04 11:30:56 +08:00
.eslintignore style: @vue/standard 2019-06-04 11:30:56 +08:00
.eslintrc.js style: .vue style fix 2019-06-04 12:09:02 +08:00
.gitignore chore: remove test/unit/coverage 2019-06-03 17:01:57 +08:00
.npmignore fix: typo 2019-06-13 15:47:53 +08:00
babel.config.js style: @vue/standard 2019-06-04 11:30:56 +08:00
index.html feat: checkbox & round button 2019-06-14 10:59:06 +08:00
index.js feat: input size & color fix 2019-06-18 18:09:42 +08:00
package.json feat: tooltip 2019-06-20 12:46:29 +08:00
README.md feat: tooltip 2019-06-20 12:46:29 +08:00
think.md doc: readme update 2019-06-17 20:10:35 +08:00

naive-ui

TuSimple Vue-Based Frontend Component Library

Start Develop / 开始开发

  • packages
  • packages/commons
  • packages/nimbus
  • styles
  • test
  • demo
  • build

Want to see how component works / 想看看组件效果?

npm run dev @ port 8086

Want to add your own component?

  1. add some thing in packages
  2. add some thing in demo/index.js demo/components
  3. add some thing to index.js

Publish a new version / 想发布一个新的版本

npm run build

Want to use this ui?

npm install --save-dev naive-ui

...
import installNaiveUiTo from 'naive-ui'
installNaiveUiTo(Vue)
import 'naive-ui/dist/lib/index.css'
...

Todo

Z-index management on Select & Tooltip & Modal! 这几个东西的顺序管理实在是有点麻烦,放在之后完善吧...