https://github.com/loteoo/vue-todolist
Trying out different front-end frameworks
https://github.com/loteoo/vue-todolist
Last synced: 3 months ago
JSON representation
Trying out different front-end frameworks
- Host: GitHub
- URL: https://github.com/loteoo/vue-todolist
- Owner: loteoo
- Created: 2018-10-07T03:19:19.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T05:34:09.000Z (over 2 years ago)
- Last Synced: 2025-02-24T06:53:51.310Z (4 months ago)
- Language: Vue
- Homepage: https://loteoo.github.io/vue-todolist/
- Size: 1.82 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-todolist
## 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
```