This boilerplate is built on the top of Vue CLI 3.0. This provides an architecture which helps to write a flexible & modular large scale appliction with Vue.js
Below are the series of articles explaining the details of the architecture
- Architect a large scale Vue.js Application
- Handle HTTP calls in a large scale Vue.js Application
- Architect state management in a large scale Vue.js application
- Error/Exception handling in Vue.js application
npm install
npm run serve
npm run build
npm run test
npm run lint