https://github.com/paulseperformance/vue_playground
https://github.com/paulseperformance/vue_playground
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/paulseperformance/vue_playground
- Owner: pAulseperformance
- Created: 2020-05-17T17:27:35.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T06:13:06.000Z (over 3 years ago)
- Last Synced: 2025-05-30T10:06:55.228Z (about 1 year ago)
- Language: Vue
- Size: 3.44 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple TODO app built in online Tut.
## 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/).