This commit is contained in:
“zhuoda
2020-01-13 12:23:07 +08:00
parent ee6bd6782f
commit c9ef7d3b41
614 changed files with 266 additions and 372 deletions

13
smart-admin-web/README.md Normal file
View File

@@ -0,0 +1,13 @@
### 启动讲解
###### 配置vscode
将 /vscode/settings.json文件配置到vscode中
###### 启动
1 安装依赖:
`npm install`
2 运行本地环境
`npm run local`