https://github.com/nirnejak/vuetodo
A Todo List App built in Vue.js
https://github.com/nirnejak/vuetodo
axios vue
Last synced: over 1 year ago
JSON representation
A Todo List App built in Vue.js
- Host: GitHub
- URL: https://github.com/nirnejak/vuetodo
- Owner: nirnejak
- Created: 2019-02-03T17:27:21.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-03T19:29:46.000Z (over 7 years ago)
- Last Synced: 2025-04-13T13:05:41.304Z (over 1 year ago)
- Topics: axios, vue
- Language: Vue
- Homepage:
- Size: 309 KB
- Stars: 6
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vue Todo List App
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Run your tests
```
npm run test
```
### Lints and fixes files
```
npm run lint
```