https://github.com/deverebor/pokemon-vue3
Study project
https://github.com/deverebor/pokemon-vue3
Last synced: 5 months ago
JSON representation
Study project
- Host: GitHub
- URL: https://github.com/deverebor/pokemon-vue3
- Owner: deverebor
- Created: 2022-01-07T07:30:43.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-08T12:57:05.000Z (almost 4 years ago)
- Last Synced: 2025-02-17T15:24:34.735Z (8 months ago)
- Language: Vue
- Size: 197 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pokemon-vue3
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn serve
```### Compiles and minifies for production
```
yarn build
```### Run your unit tests
```
yarn test:unit
```### Lints and fixes files
```
yarn lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).