Go to file
2019-06-26 13:37:58 +08:00
build feat: doc page style hash in wepack 2019-06-24 16:24:05 +08:00
demo doc: add doc addr in readme 2019-06-26 13:37:58 +08:00
doc/config feat: ci & doc! 2019-06-23 15:47:39 +08:00
packages feat: modal animation 2019-06-25 18:20:49 +08:00
styles feat: modal animation 2019-06-25 18:20:49 +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 refactor: input css variables extract 2019-06-25 11:09:11 +08:00
package.json release: V0.1.61 2019-06-25 19:18:42 +08:00
README.md doc: add doc addr in readme 2019-06-26 13:37:58 +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

Documentation

http://REMOVED/#/start

Start Develop / 开始开发

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

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

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! 这几个东西的顺序管理实在是有点麻烦,放在之后完善吧...