# juejin_actual **Repository Path**: Flechazoln/juejin_actual ## Basic Information - **Project Name**: juejin_actual - **Description**: 该仓库供青训营小队使用 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 1 - **Created**: 2022-07-31 - **Last Updated**: 2022-09-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue2-demo ## 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 ``` ### 代码提交规范 ``` 格式 : (): // type 必填表示提交类型 // scope 选填表示 commit 的作用范围,如数据层、视图层,也可以是目录名称 // subject 必填用于对 commit 进行简短的描述 例如: feat - 新功能 feature fix - 修复 bug merge - 合并分支 docs - 文档注释 style - 代码格式(不影响代码运行的变动) refactor - 重构、优化(既不增加新功能,也不是修复 bug) perf - 性能优化 test - 增加测试 chore - 构建过程或辅助工具的变动 revert - 回退 build - 打包 例:git commit -m 'chore:新建基础构建' ``` ### 代码风格规范 ``` 1.安装插件 editorconfig vscode-eslint prettier-vscode 2.格式标准 全局使用双引号 函数小括号后面空格——add() {} 3.格式化操作 之一:yarn lint ``` ### gitee 分支 ``` 在master分支下创建一个分支,并推送到该分支上 feature-XXX ``` ### 关于 ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).