Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/code-pop/from-vuex-to-pinia
https://github.com/code-pop/from-vuex-to-pinia
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/code-pop/from-vuex-to-pinia
- Owner: Code-Pop
- Created: 2022-02-09T16:39:52.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-24T14:52:10.000Z (over 2 years ago)
- Last Synced: 2024-11-30T21:08:00.125Z (about 1 month ago)
- Language: Vue
- Size: 126 KB
- Stars: 28
- Watchers: 4
- Forks: 44
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# From Vuex to Pinia
This is the companion repo to the Vue Master course: From Vuex to Pinia.
# Local Setup Instructions
```sh
# 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.
```sh
# Run database
npm run db
```