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