Go to file
2019-07-01 10:30:00 +08:00
build refactor: fix merge confict 2019-06-28 18:19:01 +08:00
demo test: fix dependences 2019-07-01 10:30:00 +08:00
doc doc: installation 2019-06-28 19:00:00 +08:00
packages test: fix dependences 2019-07-01 10:30:00 +08:00
styles refactor: fix merge confict 2019-06-28 18:19:01 +08:00
test test(input): add unit test for input 2019-06-28 18:14:55 +08:00
.babelrc feat: add advance table 2019-06-26 20:16:11 +08:00
.eslintignore chore: style lint! 2019-06-28 15:08:31 +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
.stylelintrc.js chore: style-lint 2019-06-28 15:41:29 +08:00
babel.config.js feat: add advance table 2019-06-26 20:16:11 +08:00
index.html feat: checkbox & round button 2019-06-14 10:59:06 +08:00
index.js test: fix dependences 2019-07-01 10:30:00 +08:00
package.json feat: change package.json registry to ***REMOVED*** 2019-07-01 10:09:32 +08:00
README.md fix: icon line-height 2019-06-26 14:20:13 +08:00
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! 这几个东西的顺序管理实在是有点麻烦,放在之后完善吧...