# angular-template **Repository Path**: lpenser/angular-template ## Basic Information - **Project Name**: angular-template - **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-07-12 - **Last Updated**: 2024-01-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # angular-template Angular项目通用初始化模板,基于Angular 12.0 ## 运行 1. 安装包依赖 ``` npm i ``` 2. 运行 ``` npm run hmr ``` ## 打包 dev环境打包 ``` yarn run build:dev ``` qas环境打包 ``` yarn run build:qas ``` 生产环境打包: ``` yarn run build ``` ## 运行环境 - node >= 12.22.0 - Typescript >= 4.2.3 ## 项目开发相关文档 - [开发文档](./docs/index.md)