1
0
mirror of synced 2025-12-07 13:58:31 +08:00
This commit is contained in:
木子李·De
2021-07-16 21:41:30 +08:00
parent 67186cde23
commit 30ccb8983c
3 changed files with 2 additions and 0 deletions

BIN
.DS_Store vendored

Binary file not shown.

1
.gitignore vendored
View File

@@ -1,3 +1,4 @@
.DS_Store
.idea
target
*.iml

View File

@@ -7,6 +7,7 @@ npm run dev
```
npm install
npm run build:prod
编译结果report/report-ui/dist目录
```
### 前端技术
- [npm](https://www.npmjs.com/)node.js的包管理工具用于统一管理我们前端项目中需要用到的包、插件、工具、命令等便于开发和维护。