npm install
npm run serve
npm run build
npm run lint
Install serve
npm install -g serve
Run npm run build to build the project. The build artifacts will be stored in the dist directory.
Run serve -s dist to run local server.
See details https://cli.vuejs.org/guide/deployment.html#previewing-locally
- Author - Andrii Halevych