This commit is contained in:
xing 2022-07-07 16:57:16 +08:00
parent ac85005cb3
commit b3f7505284

View File

@ -1,4 +1,6 @@
# vuefetch # 新闻抓取
先打包前端再编译后端
# 前端
## Project setup ## Project setup
``` ```
@ -22,3 +24,11 @@ yarn lint
### Customize configuration ### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/). See [Configuration Reference](https://cli.vuejs.org/config/).
# 后端
## project build
```
go build
go run
```