DEV Community

Ângelo Marcos Rigo
Ângelo Marcos Rigo

Posted on • Updated on

Pinia for begginers

From a terminal run these commands :

npm init vue@3 todo-app

Choose Pinia

cd todo-app
npm install
npm run dev

Click localhost:5173

Now you have a Vuejs 3 App using Pinia as the store library.

Top comments (0)