# front-end-code-guide **Repository Path**: mr03/front-end-code-guide ## Basic Information - **Project Name**: front-end-code-guide - **Description**: No description available - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-01-27 - **Last Updated**: 2023-12-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # front-end-code-guide - 前端代码和开发指南 - 该工程收录 ZTXT 前端开发相关文档 ## 开发工具和环境 - 编辑器使用 Visual Studio Code(VSCode),需要的插件和配置见[VSCode](https://gitee.com/mr03/front-end-code-guide/blob/master/doc/VSCode.md) - 基于 uni-app 的项目使用其官方提供的 IDE[HbuilderX](https://www.dcloud.io/hbuilderx.html) - 预览和编译公众号和微信小程序使用腾讯官方提供的[微信开发者工具](https://developers.weixin.qq.com/miniprogram/dev/devtools/download.html) - 版本控制使用 Git - 代码仓库在[码云](https://gitee.com/)上构建 ## 技术栈 - vue - typescript - uni-app - react ## boilerplate 工程 - [管理系统 boilerplate](https://gitee.com/mr03/vue-admin-boilerplate) - [微信公众号和 H5 boilerplate](https://gitee.com/mr03/vue-wechat-boilerplate) - [Uni-App boilerplate](https://gitee.com/mr03/uni-app-boilerplate) ## 项目启动流程 - 技术负责人在代码仓库建立对应项目起始工程 - 技术负责人将此工程转移给对应开发人员 - 对应开发人员添加技术负责人为项目管理员 ## 项目开发 - 每天至少提交一次当日开发的代码 ## Git 提交规范 - [团队 Git commit 提交规范](https://gitee.com/mr03/front-end-code-guide/blob/master/doc/Git代码提交规范.md) ## 技术 wiki ## 代码规范 - 除了 uni 项目外的所有项目: [Airbnb JavaScript Style Guide](https://github.com/airbnb/javascript) - uni 项目: [JavaScript Style Guide - Standard Style](http://standardjs.com) - Vue 项目(参考性质): [Vue 风格指南](https://cn.vuejs.org/v2/style-guide/) ## 参考文档