/vuepoke

Random PokeCard on vue, types and stats

Primary LanguageVue

vuepoke

  • you can see the live preview on this link.

About

  • Only to compare with Astro - HTMX version of Pokedex.

Preview

  • Last version

PokeCard preview

  • first version

PokeCard preview

Project setup

  • vue config path on vue.config.js
module.exports = defineConfig({
  ...
  publicPath: '/pokedex'
})
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.