0.0.9 • Published 1 year ago
wkl-test-ui v0.0.9
vue-demo
Project setup
npm installCompiles and hot-reloads for development
npm run serveCompiles and minifies for production
npm run buildLints and fixes files
npm run lintCustomize configuration
提交git代码前缀
- build:代码已构建
- ci:
- chore:构建过程或辅助工具的变动
- docs:文档
- feat:新功能的实现
- fix:bug 的修复
- perf
- refactor:重构代码
- revert
- style:格式,不影响代码功能
- test:增加测试用例