mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2024-12-15 04:42:23 +08:00
93ee695c08
Someone can't reproduce the bug that input shows [Object object]. So I will roll back it. |
||
---|---|---|
build | ||
demo | ||
doc | ||
packages | ||
styles | ||
test | ||
.eslintignore | ||
.eslintrc.js | ||
.gitignore | ||
.npmignore | ||
.stylelintrc.js | ||
babel.config.js | ||
index.html | ||
index.js | ||
package.json | ||
README.md | ||
think.md |
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
! 这几个东西的顺序管理实在是有点麻烦,放在之后完善吧...