Skip to content

Practicing using the Pinia store (replacement for Vuex)

Notifications You must be signed in to change notification settings

MelindaPasco/pinia-practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pinia-practice

Project done with Vue 3 in Vite.
A little practice with the Pinia store in the form of a Task list (yes, again, one of those haha).

Features :

  • Add new tasks
  • Delete existing ones
  • Mark task as Favorite
  • Filter to display Favorites only

The data are not being persisted, as it was not really the goal of this porject.

Recommended IDE Setup

VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

About

Practicing using the Pinia store (replacement for Vuex)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published