diff --git a/README.md b/README.md index 7e74e4a..b1d1d21 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ -# vuefetch +# 新闻抓取 +先打包前端再编译后端 +# 前端 ## Project setup ``` @@ -22,3 +24,11 @@ yarn lint ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/). + + +# 后端 +## project build +``` +go build +go run +``` \ No newline at end of file