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
建立