# miya-ui
**Repository Path**: ruoxixiangyan/miya-ui
## Basic Information
- **Project Name**: miya-ui
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: main
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 1
- **Forks**: 0
- **Created**: 2021-01-31
- **Last Updated**: 2025-04-12
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
MIYA UI
MIYA项目前端脚手架
### 安装依赖
```shell
npm install
```
### 新增模块
```shell
ng g ng-alain:module sys
```
```shell
ng g ng-alain:list article -m=cms
```
### 新增组件
```
ng g ng-alain:view view -m=sys -t=log
```
```shell
ng g ng-alain:curd article -m=cms
```
### 生成swagger接口客户端代码
```shell
swagger-typescript-api -p http://localhost:8083/v3/api-docs?group=%E7%B3%BB%E7%BB%9F --module-name-index 2 -o src/app/api --modular
ng g ng-alain:sta
```
```shell
ng g ng-alain:tpl swagger-list user1 -m=sys -t=user1 --swaggerPath=http://localhost:8083/v3/api-docs/%E7%B3%BB%E7%BB%9F
```
[//]: # (ng g ng-alain:list user1 -m=sys -t=user1)