Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/franmc01/vue-pinia-shop-app
A project I used to apply the concepts of Vue's new state handler: PINIA
https://github.com/franmc01/vue-pinia-shop-app
eslint pinia postcss state-management tailwindcss vitejs vue3-composition-api vue3-sfc
Last synced: 5 days ago
JSON representation
A project I used to apply the concepts of Vue's new state handler: PINIA
- Host: GitHub
- URL: https://github.com/franmc01/vue-pinia-shop-app
- Owner: franmc01
- Created: 2022-04-23T19:40:01.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-24T22:14:50.000Z (almost 3 years ago)
- Last Synced: 2024-12-05T20:12:10.578Z (2 months ago)
- Topics: eslint, pinia, postcss, state-management, tailwindcss, vitejs, vue3-composition-api, vue3-sfc
- Language: Vue
- Homepage: https://fr-pinia-shop-app.netlify.app/
- Size: 701 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pinia, The Enjoyable Vue Store
![Course Feature Image](https://pineview.io/content/images/2022/01/cover-image.png)## How to Use
```
npx degit francmarin98/vue-pinia-shop-app
```
```
yarn install
yarn run dev
```