https://github.com/archakov06/todo-vue
https://github.com/archakov06/todo-vue
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/archakov06/todo-vue
- Owner: Archakov06
- Created: 2020-08-11T21:11:38.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-11T21:12:22.000Z (almost 6 years ago)
- Last Synced: 2025-03-14T07:09:01.646Z (over 1 year ago)
- Language: Vue
- Size: 148 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# todo-vue
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
### Lints and fixes files
```
yarn lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).