/organization-checklist

This project is a module to organize the vuejs meetup events. It provides a checklist to check the things that we need to make a GREAT MEETUP! <3

Primary LanguageJavaScript

organization-checklist

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.

Customize configuration

The configuration of this project is:

  • ESLint + Prettier (on save + fix after commit)
  • Tests Jest and Cypress
  • Babel
  • Sass/Scss

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Run your end-to-end tests

npm run test:e2e

Run your unit tests

npm run test:unit