Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 383 Bytes

File metadata and controls

25 lines (16 loc) · 383 Bytes

MValleza Vue SWAPI

Vue training project. A simple portal of STAR WARS collection from swapi.dev

Installing dependencies

yarn install

Running the project

Before running the project, make sure to setup a .env file at the root folder.

We need to put the API for SWAPI:

VITE_SWAPI_BASE_URL=https://swapi.dev/api

Run the project with:

yarn dev