# exercise-working **Repository Path**: lee-ling/exercise-working ## Basic Information - **Project Name**: exercise-working - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-23 - **Last Updated**: 2021-07-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue-demo1 ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Lints and fixes files ``` npm run lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/). ###使用到的技术框架 echarts axios element ui vue-seamless-scroll lodash ### commit rules # feat 新增功能(feature) # fix 修补bug # docs 仅仅修改了文档,比如 README, CHANGELOG, CONTRIBUTE等等 # style 仅仅修改了空格、格式缩进、逗号等等,不改变代码逻辑 # refactor 重构(即不是新增功能,也不是修改bug的代码变动) # perf 优化相关,比如提升性能、体验 # test 增加测试,包括单元测试、集成测试等 # build # ci 自动化流程配置修改 # chore 构建过程或辅助工具的变动 # revert 回滚到上一个版本