jaronwanderley / vuedex

A Vue app that consumes the PokeAPI.

Home Page:https://stackblitz.com/edit/vuedex

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vuedex

This repository is a portifolio, to show how I work today using Vue.js Framework. But it's a hobby project too, so I'll be updating this project continuously. If you have some ideas about features I'm glad if you open a discussion on Discussions session.

To get started

Would be great if you use pnpm manager packer.

Install

pnpm i

run

pnpm dev

Recommended IDE Setup

Type Support For .vue Imports in TS

TypeScript cannot handle type information for .vue imports by default, so we replace the tsc CLI with vue-tsc for type checking. In editors, we need TypeScript Vue Plugin (Volar) to make the TypeScript language service aware of .vue types.

If the standalone TypeScript plugin doesn't feel fast enough to you, Volar has also implemented a Take Over Mode that is more performant. You can enable it by the following steps:

  1. Disable the built-in TypeScript Extension

  2. Run Extensions: Show Built-in Extensions from VSCode's command palette

  3. Find TypeScript and JavaScript Language Features, right click and select Disable (Workspace)

  4. Reload the VSCode window by running Developer: Reload Window from the command palette.

About

A Vue app that consumes the PokeAPI.

https://stackblitz.com/edit/vuedex

License:MIT License


Languages

Language:Vue 57.5%Language:TypeScript 34.5%Language:CSS 7.1%Language:HTML 0.9%