https://github.com/byteshiva/todoapp
TODO Application
https://github.com/byteshiva/todoapp
javascript todo vue
Last synced: 11 months ago
JSON representation
TODO Application
- Host: GitHub
- URL: https://github.com/byteshiva/todoapp
- Owner: byteshiva
- License: mit
- Created: 2018-06-09T17:48:59.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2025-06-21T00:57:26.000Z (12 months ago)
- Last Synced: 2025-06-21T01:39:02.557Z (12 months ago)
- Topics: javascript, todo, vue
- Language: HTML
- Homepage: https://byteshiva.github.io/todoapp/
- Size: 1.34 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TodoApp [](https://circleci.com/gh/byteshiva/todoapp)
> A Todo Application
## Build Setup
``` bash
# install dependencies
npm install
# serve with hot reload at localhost:8091
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
# run unit tests
npm run unit
# run e2e tests
npm run e2e
# run all tests
npm test
```




