go-vue Go言語とVue.jsでSPAアプリケーションを作成する Vueアプリ起動 cd vue-app npm install npm start serve サーバー起動 cd vue-api make start サーバー停止 cd vue-api make stop