https://github.com/horezmi/vue-simple-todo
A simple Vue ToDo app
https://github.com/horezmi/vue-simple-todo
frontend vue vue-todo
Last synced: 6 months ago
JSON representation
A simple Vue ToDo app
- Host: GitHub
- URL: https://github.com/horezmi/vue-simple-todo
- Owner: horezmi
- Created: 2020-10-29T00:10:18.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-08T21:29:52.000Z (almost 5 years ago)
- Last Synced: 2025-02-15T11:39:23.445Z (8 months ago)
- Topics: frontend, vue, vue-todo
- Language: Vue
- Homepage: http://first-writing.surge.sh
- Size: 541 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-simple-todo
[View Demo](http://first-writing.surge.sh)
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).