# JdevelopsGeneratorHtml
**Repository Path**: etn/jdevelops-generator-html
## Basic Information
- **Project Name**: JdevelopsGeneratorHtml
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2022-01-06
- **Last Updated**: 2022-01-18
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# 第一次需处理
```npm
npm insatall
npm install -g @angular/cli
ng add ng-zorro-antd
```
# 启动
> 开放ip访问: ng serve --host 0.0.0.0
> 更改端口: ng server --port 4201
```npm
npm start / ng s / ng serve
```
# 打包
```npm
ng build --prod --aot --build-optimizer
npm build
```
# 使用
1. 将此项目打包 --prod
2. 将dist中的文件复制到spring项目中(resources\static)
3. 启动或者jar