/vue-todo

Todo app in vue

Primary LanguageJavaScript

Vue Todo App

Deploy to GH Pages Node.js CI

A Simple todo app built in Vue following the guide from Hugo on Medium and extended by adding e2e testing and github actions workflows. Go to https://harmannz.github.io/vue-todo/ and create your todos!!!

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Tests

Using cypress for E2E testing. To run tests using cypress GUI

test:e2e

to run in headless mode

npm run test:e2e:headless