Go to file
07akioni 93ee695c08 chore(input): change v-model eventname back to 'change'
Someone can't reproduce the bug that input shows [Object object]. So I will roll back it.
2019-07-08 16:25:02 +08:00
build feat: add arrow and arrow show positon 2019-07-01 18:12:18 +08:00
demo feat(date-picker): v-model and some robustness enhance for it. 2019-07-08 16:15:23 +08:00
doc doc: installation 2019-06-28 19:00:00 +08:00
packages chore(input): change v-model eventname back to 'change' 2019-07-08 16:25:02 +08:00
styles chore(input): change v-model eventname back to 'change' 2019-07-08 16:25:02 +08:00
test feat(select): filterable select on single select mode. 2019-07-03 17:52:13 +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 fixed the input model event name , from "change" to "changes". 2019-07-08 13:47:25 +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 test(select) 2019-07-02 18:08:59 +08:00
index.html feat: checkbox & round button 2019-06-14 10:59:06 +08:00
index.js feat(calendar): add basic basic basic calendar 2019-07-04 16:47:41 +08:00
package.json chore: package.json 2019-07-04 19:31:49 +08:00
README.md fix: icon line-height 2019-06-26 14:20:13 +08:00
think.md chore: checkpoint 2019-07-05 19:59:19 +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! 这几个东西的顺序管理实在是有点麻烦,放在之后完善吧...