Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```