- Vue 2
- Typescript
- Router
- Vuex
- Vuetify (UI Components)
- Jest (Unit Tests)
- Cypress (E2E Tests)
- ESLint with Airbnb Config and recommended Vue rules
Recommended Extensions:
To configure Auto Fix for ESLint add the following to your settings.json
. This can be configured globally or for the project workspace only by adding a settings.json
file to a .vscode
directory at the project root.
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true,
}
npm install
npm run serve
npm run build
npm run test:unit
npm run test:e2e
npm run lint