Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kkeeth/vantan-techford-todo-demo
https://github.com/kkeeth/vantan-techford-todo-demo
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kkeeth/vantan-techford-todo-demo
- Owner: kkeeth
- Created: 2021-11-26T05:43:20.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-30T11:49:18.000Z (about 2 years ago)
- Last Synced: 2024-10-18T20:29:40.706Z (2 months ago)
- Language: Vue
- Homepage:
- Size: 1.32 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# todo-app-sample
## Project setup
```
npm run 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/).