-
Fork the repository
-
Clone the repository
-
cd Vue-PWA
-
npm install
-
npm run dev
-
Go to localhost:1236
-
Make a change to the HTML in
src/components/HelloWorld.vue
and save file -
Go to localhost:1236 and see your changes! Hooray!
-
In the directory where you have installed ngrok, run
ngrok http 1236
and navigate to the link it provides. -
Run with ngrok:
ngrok http --host-header=rewrite 1236
npm install
npm run serve
npm run build
npm run lint