https://github.com/niranjannitesh/vue-todo
A todo app built with vue.js
https://github.com/niranjannitesh/vue-todo
javascript todo vue vuejs
Last synced: about 1 month ago
JSON representation
A todo app built with vue.js
- Host: GitHub
- URL: https://github.com/niranjannitesh/vue-todo
- Owner: niranjannitesh
- Created: 2018-08-17T11:45:34.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-17T19:51:45.000Z (over 6 years ago)
- Last Synced: 2025-03-20T13:13:50.035Z (about 2 months ago)
- Topics: javascript, todo, vue, vuejs
- Language: Vue
- Homepage: https://niteshkumarniranjan.github.io/vue-todo/
- Size: 284 KB
- Stars: 8
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vue Todo
A Simple Todo app built with [vue.js](https://vuejs.org/)

## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn run serve
```### Compiles and minifies for production
```
yarn run build
```### Lints and fixes files
```
yarn run lint
```