Go to file
2019-06-28 18:14:55 +08:00
build doc: comment in webpack configs 2019-06-28 15:58:33 +08:00
demo test(input): add unit test for input 2019-06-28 18:14:55 +08:00
doc feat: auto version change of doc & npm scripts update 2019-06-27 11:42:09 +08:00
packages test(input): add unit test for input 2019-06-28 18:14:55 +08:00
styles test(gradient-text): add unit test for gradient text 2019-06-28 16:56:57 +08:00
test test(input): add unit test for input 2019-06-28 18:14:55 +08:00
.eslintignore chore: style lint! 2019-06-28 15:08:31 +08:00
.eslintrc.js
.gitignore
.npmignore
.stylelintrc.js chore: style-lint 2019-06-28 15:41:29 +08:00
babel.config.js
index.html
index.js feat: change index.js to Vue plugin format 2019-06-28 16:02:40 +08:00
package.json test(gradient-text): add unit test for gradient text 2019-06-28 16:56:57 +08:00
README.md
think.md test(checkbox): add unit test for checkbox component 2019-06-27 15:17:16 +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 / 想看看组件效果?

Run npm run build, then open http://localhost:8086/ at browser.

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