Skip to content

tiagoporto/vue-todo

Repository files navigation

vue-todo Open Source Love

js-standard-style License

To-do SPA in Vue.js.

Status

Build Status Coverage Status Mutation testing cover

dependencies Status devDependencies Status

Board

📋 Project board

Technologies

Pre-requisites

Development Guidelines

Editor

The recommended editor for this project is VS Code.

Project setup

npm install

Compiles and hot-reloads for development

npm start

Compiles and minifies for production

npm run build

Run your unit tests

npm run test:unit

Lints and fixes files

npm run lint

Hooks

Hooks run some scripts before git commands

Pre-push

Before run the command git push, will execute application checks

  • Prettier
  • Eslint
  • Typescript

License

vue-todo is released under the terms of the MIT license.