Install Vue Cli Node Package Globally using the following Command.
npm install -g @vue/cli
Go into the project Folder and install the npm packages using the following command
npm install
Run the following command to run the application
npm run serve
The Application runs on localhost:8080
npm run build
To run PWA upload dist folder on live server
The Application has 2 endpoints /customers : The ties to Customers View /thankyou : This ties to Thankyou Page View
VueJS : https://vuejs.org/v2/guide/ vue cli : https://cli.vuejs.org/guide/ vue bootstrap : https://bootstrap-vue.js.org/docs vue router : https://router.vuejs.org/guide/