Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gokatz/vue-counter
https://github.com/gokatz/vue-counter
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/gokatz/vue-counter
- Owner: gokatz
- Created: 2019-04-28T07:34:28.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T21:41:07.000Z (almost 2 years ago)
- Last Synced: 2023-03-03T18:49:25.704Z (over 1 year ago)
- Language: Vue
- Size: 2.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-counter
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn run serve
```### Compiles and minifies for production
```
yarn run build
```### Run your tests
```
yarn run test
```### Lints and fixes files
```
yarn run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).