Template to host a VueJS project without backend logic.
To run this on your local machine, run the steps below:
npm install
npm run serve
This is done when the project is uploaded to Jexia
npm run build
This is done when the project is uploaded to Jexia and has been built. It serves the contents of dest
to your url.
npm run start
npm run lint