https://github.com/freinet12/pet-clicker
UI for the pet-clicker-api repo built using Vue
https://github.com/freinet12/pet-clicker
Last synced: about 2 months ago
JSON representation
UI for the pet-clicker-api repo built using Vue
- Host: GitHub
- URL: https://github.com/freinet12/pet-clicker
- Owner: freinet12
- Created: 2021-11-24T03:00:24.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-12-14T21:25:55.000Z (over 3 years ago)
- Last Synced: 2025-02-14T01:45:40.604Z (3 months ago)
- Language: Vue
- Size: 507 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pet-clicker
## Project setup
Create a .env file and add the following variable:
`VUE_APP_PET_CLICKER_API_URL="{{docker_app_url}}`
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).