Go Vuejs示例
带有Vuejs的示例SPA应用程序(用于Web前端)和Golang(用于后端)
先决条件
brew install go
brew install node
npm i -g yarn
npm i -g @vue/cli
通过克隆此存储库运行
git clone https://github.com/junlapong/go-vuejs.git
cd web && yarn && yarn build && cd -
go mod tidy
go run main.go
建立新专案
逐步创建新项目
mkdir go-vuejs
cd go-vuejs
git init
创建Vue应用程序
vue create web --no-git
设定选项
Vue CLI v4.4.5
? Please pick a preset:
default (babel, eslin
1