This project is a setup for Vue.js development.
You need to install the dependencies with Yarn, then build the project.
yarnTo build the project, simply run:
yarn buildThe build artifacts will be stored in the dist directory.
This folder needs to be serve with a server, this is your production code.
To start the development server, run:
yarn serveThis will launch a server on localhost, and if possible on your current network.
yarn run lint
yarn run test:e2e
yarn run test:unit