Pinia Fundamentals

Lessons

1. What is Pinia?

6:04

2. Creating our first store

3:49

3. Mutating state with Actions

3:24

4. Reactive Properties in Pinia

3:14

5. Deleting state from the store

1:32

Creating our first store

We’ll use the create-vue CLI to scaffold a Vue project. I’ll type the command npm init vue@3.

npm init vue@3

<a href="https://github.com/vuejs/crea