A simple todo app based on Vue.
To run this simple app, see below:
- Do an
npm install
oryarn install
- Then do
npm run prod
oryarn prod
- Fire up your favorite web server. eg:
php -S localhost:8000
To test this app, see below:
- Do
npm test
oryarn test