https://github.com/maurier/vue-pokemon-cards-css
Vue implementation of Pokémon Cards Holographic effect in CSS (from https://github.com/simeydotme/pokemon-cards-css)
https://github.com/maurier/vue-pokemon-cards-css
blendmodes css filter gradient holographic pokemon transform vue
Last synced: 3 months ago
JSON representation
Vue implementation of Pokémon Cards Holographic effect in CSS (from https://github.com/simeydotme/pokemon-cards-css)
- Host: GitHub
- URL: https://github.com/maurier/vue-pokemon-cards-css
- Owner: Maurier
- License: gpl-3.0
- Created: 2022-12-05T02:43:40.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-07-17T19:53:11.000Z (11 months ago)
- Last Synced: 2025-07-17T23:08:19.549Z (11 months ago)
- Topics: blendmodes, css, filter, gradient, holographic, pokemon, transform, vue
- Language: SCSS
- Homepage:
- Size: 2.71 MB
- Stars: 13
- Watchers: 1
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vue-pokemon-cards-css
Vue implementation of Pokémon Cards Holographic effect in CSS (from https://github.com/simeydotme/pokemon-cards-css)
## 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/).