Go to file
2019-06-24 16:10:11 +08:00
build feat: ci & doc! 2019-06-23 15:47:39 +08:00
demo fix: code mirror style priority 2019-06-24 16:10:11 +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
.eslintrc.js
.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
index.html
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 chore: there are some errors with git... 2019-06-24 15:39:59 +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! 这几个东西的顺序管理实在是有点麻烦,放在之后完善吧...