gitmbints / from-vuex-to-pinia

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

From Vuex to Pinia

This is the companion repo to the Vue Master course: From Vuex to Pinia.

Local Setup Instructions

# Install dependencies
npm install

# Run local server with database
npm run dev

If you're having issues with running the json-server for the database, you will also want to run the following command to run the database server separately.

# Run database
npm run db

About


Languages

Language:Vue 63.7%Language:JavaScript 32.3%Language:HTML 4.0%