2019-06-28 15:58:33 +08:00
2019-06-28 15:58:33 +08:00
2019-06-28 14:33:55 +08:00
2019-06-28 15:08:31 +08:00
2019-06-28 15:41:29 +08:00
2019-06-28 14:33:55 +08:00
2019-06-28 15:08:31 +08:00
2019-06-04 12:09:02 +08:00
2019-06-23 15:47:39 +08:00
2019-06-23 15:47:39 +08:00
2019-06-28 15:41:29 +08:00
2019-06-04 11:30:56 +08:00
2019-06-14 10:59:06 +08:00
2019-06-25 11:09:11 +08:00
2019-06-28 15:08:31 +08:00
2019-06-26 14:20:13 +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! 这几个东西的顺序管理实在是有点麻烦,放在之后完善吧...

Description
No description provided
Readme MIT 42 MiB
Languages
TypeScript 65.7%
Vue 32.8%
JavaScript 1.2%
HTML 0.3%