The purpose of this project is to help the local Vue.js Community to contribute with open source in a REAL PROJECT.
Promoving the learning of best practices of open source development and best practices of developing Vue.js SPA applications!
The project aims to organize the Vue.js meetups.
The configuration of this project is:
- ESLint + Prettier (on save + fix after commit)
- Tests Jest and Cypress
- Babel
- Sass/Scss
npm install
npm run serve
npm run build
npm run test
npm run lint
npm run test:e2e
npm run test:unit