Applying Principles of Clean Architecture to Enterprise Frontend Application
- install Node.js (the version is specified in package.json)
- if you use nvm:
nvm use
- Install dependencies
npm install
npm run serve
npm run build
npm run test
npm run lint
- Vue/Vuex
- Vuetify
- TypeScript / ESLint
- Jest