From b3f750528447871a9e2b2a3ec9dcb7226306c0c3 Mon Sep 17 00:00:00 2001 From: xing Date: Thu, 7 Jul 2022 16:57:16 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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