Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/izacximenes/pokemon
Simple vue 3 composition api studying project
https://github.com/izacximenes/pokemon
pokemon vue vuejs3
Last synced: about 9 hours ago
JSON representation
Simple vue 3 composition api studying project
- Host: GitHub
- URL: https://github.com/izacximenes/pokemon
- Owner: izacximenes
- Created: 2021-10-08T23:33:11.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-10-08T23:57:33.000Z (about 3 years ago)
- Last Synced: 2024-01-20T04:10:31.873Z (10 months ago)
- Topics: pokemon, vue, vuejs3
- Language: Vue
- Homepage: https://pokemon-vuejs3.vercel.app/
- Size: 1.33 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pokemon
Simple vue 3 composition api studying project![Gif](./gifs/pokemon-app-vue3.gif)
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).