# watch模式构建
yarn build-w
# 在组件库执行link
yarn link
# 在开发项目执行
yarn link it-vue-ui
在组件库中开发(broken,need fix)
# install
npm install
# start the doc app with hot reload, great for testing components
npm run docs:dev
# build the library, available under dist
npm run build
# build the doc app, available under docs/.vuepress/dist
npm run docs:build