@uxda/nutshell
v1.5.0
Published
A Vue 3 UI library base on Nutui & ant-design-vue
Downloads
221
Readme
Nutshell
标准组件库 A Vue 3 UI library based on Nutui on Taro
开始工作
git clone [email protected]:fed/nutshell.git
cd nutshell
yarn
编辑源代码自动 hot reload
yarn dev
在 docs 目录下调试组件
cd ../docs
yarn dev
- 在 docs/pages/components/下建立 demo 页面
- 在 nav.vue 下建立入口
- 在 docs/router 下建立 route 此时编辑 /ui 或者 /docs 之下的源代码都可以支持 hot reload
编译及打包
rm -rf dist
yarn build
发布
npm publish