Initial commit

This commit is contained in:
fengchenchen
2023-08-22 16:30:10 +08:00
commit 9f170896a5
375 changed files with 110439 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
# income_payments_client_external
## Project setup
```
yarn install
```
- 开发模式运行
```
yarn run serve
```
- 编译项目
```
yarn run build
```
- Lints and fixes files
```
yarn run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).