https://github.com/focusthen/vue-3-counter-example
Vue3 basic counter example
https://github.com/focusthen/vue-3-counter-example
Last synced: about 1 year ago
JSON representation
Vue3 basic counter example
- Host: GitHub
- URL: https://github.com/focusthen/vue-3-counter-example
- Owner: FocusThen
- License: mit
- Created: 2020-10-24T13:09:44.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-10-24T14:01:43.000Z (over 5 years ago)
- Last Synced: 2023-03-03T23:10:26.453Z (over 3 years ago)
- Language: Vue
- Size: 150 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# basic-counter
## 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/).