MBP(はてな)

MacBook Pro,iPhone Xs,React

Azure Static Web AppでVue.js

f:id:fedora9:20210828123006p:plain

$ npm i -g @vue/cli

$ mkdir azure-static-web-vue
$ cd azure-static-web-vue
$ vue create .
$ npm run serve

$ git remote add origin git@github.com:hiroyuki12/azure-static-web-vue.git
$ git branch -M main
$ git push -u origin main

Vue.js で作るサイトを 無償の Azure Static Web Apps に CI/CD も含めて数分でホスティングする方法 - Qiita

https://lemon-rock-0ed178c00.azurestaticapps.net

GitHub - hiroyuki12/azure-static-web-vue