Skip to content

Benneee/vue-pokelogue-v2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vue-pokelogue-v2

RunDown

v2 for one of my favorite projects - pokelogue, prior versions for this exist in angular and vue.js. This version is written with vue 3.

Features and WhatNots

  • State management with vuex
  • Teleport for Modal component
  • Infinite scroll with Intersection Observer API
  • Mixins e.t.c...

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.