Skip to content

benmeddah/from-vuex-to-pinia

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 63.7%
  • JavaScript 32.3%
  • HTML 4.0%