Watch Blitz

An example app demonstrating architectural patterns when using Vue 3 and Pinia.

Getting Started

Create an OMDB API key (it's free)

Go to OMDB and create an API key

Option 1: Open in StackBlitz

Open in StackBlitz

  1. cp .env.example .env
  2. Add your OMDB API key to .env

Option 2: Clone the repo and run locally

  1. cp .env.example .env
  2. Add your OMDB API key to .env

Install dependencies

npm install

Run the app

npm run dev