https://github.com/bencodezen/vue-serverless-pokedex
https://github.com/bencodezen/vue-serverless-pokedex
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bencodezen/vue-serverless-pokedex
- Owner: bencodezen
- Created: 2021-06-16T21:23:32.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-17T04:53:22.000Z (over 4 years ago)
- Last Synced: 2025-01-26T09:28:49.177Z (12 months ago)
- Language: Vue
- Size: 164 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-serverless-pokedex
## 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/).