/todo-app

A simple todo app.

Primary LanguageVue

alt text

My Todo

A simple todo app based on Vue.

Installation

To run this simple app, see below:

  1. Do an npm install or yarn install
  2. Then do npm run prod or yarn prod
  3. Fire up your favorite web server. eg: php -S localhost:8000

Testing

To test this app, see below:

  1. Do npm test or yarn test