mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-01-18 12:34:25 +08:00
867 B
867 B
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?
- add some thing in packages
- add some thing in demo/index.js demo/components
- 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
! 这几个东西的顺序管理实在是有点麻烦,放在之后完善吧...