# front-end **Repository Path**: tzbei/angularjs ## Basic Information - **Project Name**: front-end - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: user - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2017-12-23 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # AngluarJS MVC template with component [编程规范](https://github.com/mgechev/angularjs-style-guide/blob/master/README-zh-cn.md) [angularjs doc](https://angularjs.org/) [angularjs material](https://material.angularjs.org/latest/) * 多人协作推荐使用业务功能优先的目录结构 * 优先使用 * 优先使用npm --save,以便保存依赖,额外的库放在lib * 设置git和编辑器,使用linux格式换行符及utf-8文件编码 * 完成一个功能就push * 多人协作使用git branch, 每人在各自branch负责模块 ## installation and run ### depend * [nodejs]() for static server ### run `npm i` `npm test`