Cristian
09/13/2021, 2:03 PMthdxr
09/13/2021, 2:06 PMCristian
09/13/2021, 2:06 PMCristian
09/13/2021, 2:07 PMthdxr
09/13/2021, 2:09 PMCristian
09/13/2021, 2:12 PMRoss Coundon
09/13/2021, 2:17 PMCristian
09/13/2021, 2:37 PMCristian
09/13/2021, 2:38 PMthdxr
09/13/2021, 2:39 PMthdxr
09/13/2021, 2:39 PMCristian
09/13/2021, 2:39 PMRoss Coundon
09/13/2021, 2:45 PMCristian
09/13/2021, 3:16 PMFrank
npx create-serverless-stack@latest my-frontend-app
2. move your Vue.js app into this app and put it in ie. src
3. open up lib/MyStack.js
, remove the Api stuff in there and put this 6 lines of code in https://docs.serverless-stack.com/constructs/StaticSite#creating-a-vuejs-site
4. Run npm run deploy
Cristian
09/16/2021, 5:03 PMCristian
09/16/2021, 5:04 PMflutter build web
and flutter test web
to build the project for web and test it, but for this the machine running them needs to have flutter installedCristian
09/16/2021, 5:07 PMseed.yml
in before_compile
?Cristian
09/16/2021, 5:11 PMsudo snap install flutter --classic
Frank