Base project using Vue.js 3.0 with Typescript, vuex and vue-router
$ npm install -g @vue/cli
Download the project and run the following command at main folder
$ npm install
Execute the following command after install all dependencies
$ npm run serve
Now your application is running in local mode.
Execute the following command at the main folder
$ npm run build
Executing unit tests in watch mode
$ npm run test:watch
Executing unit tests without watch mode
$ npm run test
Executing unit tests with coverage
$ npm run test:ci
Execute the following command at the main folder
$ npm run lint
See Vue.js configuration reference.