Go to file
2019-06-24 15:17:03 +08:00
build feat: ci & doc! 2019-06-23 15:47:39 +08:00
demo release: v0.1.50 2019-06-24 15:17:03 +08:00
doc/config feat: ci & doc! 2019-06-23 15:47:39 +08:00
packages feat: new doc 2019-06-24 15:11:27 +08:00
styles feat: new doc 2019-06-24 15:11:27 +08:00
test feat: pagination! 2019-06-22 19:33:26 +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 feat: ci & doc! 2019-06-23 15:47:39 +08:00
.npmignore feat: ci & doc! 2019-06-23 15:47:39 +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 release: v0.1.47 2019-06-23 14:19:09 +08:00
package.json release: v0.1.50 2019-06-24 15:17:03 +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! 这几个东西的顺序管理实在是有点麻烦,放在之后完善吧...