Les saveurs du monde à portée de main
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# to launch the app on mobile device
npm install -g ngrok
ngrok http 8080
npm run dev
Then go to your mobile web browser and go to the url given by ngrok
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
For detailed explanation on how things work, checkout the guide and docs for vue-loader.