Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lawcr/vue2-pokemon-game
Aplicacion de un juego de Adivinar el pokemon usando Vue con Options Api
https://github.com/lawcr/vue2-pokemon-game
axios vue2
Last synced: 2 days ago
JSON representation
Aplicacion de un juego de Adivinar el pokemon usando Vue con Options Api
- Host: GitHub
- URL: https://github.com/lawcr/vue2-pokemon-game
- Owner: LawCR
- Created: 2024-05-10T03:43:13.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-10T04:39:18.000Z (8 months ago)
- Last Synced: 2025-01-08T09:52:06.149Z (2 days ago)
- Topics: axios, vue2
- Language: Vue
- Homepage: https://vue2-pokemon-game.netlify.app/
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 04-pokemon-game
This template should help get you started developing with Vue 3 in Vite.
## Recommended IDE Setup
[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur).
## Customize configuration
See [Vite Configuration Reference](https://vitejs.dev/config/).
## Project Setup
```sh
npm install
```### Compile and Hot-Reload for Development
```sh
npm run dev
```### Compile and Minify for Production
```sh
npm run build
```### Run Unit Tests with [Vitest](https://vitest.dev/)
```sh
npm run test:unit
```