iip-web-component
v1.0.1
Published
## Project setup
Downloads
4
Readme
industrial-web-component
Project setup
yarn install
Compiles and hot-reloads for development
yarn serve
Compiles and minifies for production
yarn build
Run your unit tests
yarn test:unit
Lints and fixes files
yarn lint
Customize configuration
发布打包流程
代码验证
- 可以在 'src/APP.vue' 上面引用,yarn dev 进行验证
打包
- 打包命令:yarn lib,如果遇到问题可以尝试清空依赖并重新下载打包
发布
- 发布命令:npm publish.推送地址已经在 package.json 中配置好(publishConfig)
记录
- 推送包的同时,在 CHANGELOG.md 上面写明此次修改的内容。新加的内容在顶部
更新文档
- 修改./docs 中的说明文档,yarn docs:build 生成打包并部署到环境中