Skip to content

projects-old/from-vuex-to-pinia

This branch is 3 commits behind Code-Pop/from-vuex-to-pinia:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6222ef9 · May 27, 2022

History

12 Commits
Feb 9, 2022
Feb 10, 2022
Mar 18, 2022
Feb 9, 2022
May 27, 2022
Feb 10, 2022
Mar 18, 2022
Feb 10, 2022
May 27, 2022
Feb 10, 2022

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%