An open API service indexing awesome lists of open source software.

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

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/).