https://github.com/githubplayerzero/hex-pinia-practice-vite
Pinia 練習(Vite、Options API、Composition API)
https://github.com/githubplayerzero/hex-pinia-practice-vite
Last synced: 3 months ago
JSON representation
Pinia 練習(Vite、Options API、Composition API)
- Host: GitHub
- URL: https://github.com/githubplayerzero/hex-pinia-practice-vite
- Owner: GitHubPlayerZero
- Created: 2024-11-24T12:50:14.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-11-26T04:49:11.000Z (7 months ago)
- Last Synced: 2025-02-06T21:15:07.652Z (5 months ago)
- Language: Vue
- Homepage: https://githubplayerzero.github.io/hex-pinia-practice-vite/
- Size: 862 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 簡介
練習 Pinia。
- Vite + Vue 3 + Pinia。
- Options API、Composition API 均有練習。## 基本練習
- Options API:[Page](http://localhost:5173/hex-pinia-practice-vite/about)|[Repo](https://github.com/GitHubPlayerZero/hex-pinia-practice-vite/blob/main/src/views/AboutView.vue)
- Composition API:[Page](http://localhost:5173/hex-pinia-practice-vite/about-composition)|[Repo](https://github.com/GitHubPlayerZero/hex-pinia-practice-vite/blob/main/src/views/AboutComposition.vue)## 購物車練習
- Options API:[Repo](https://github.com/GitHubPlayerZero/hex-pinia-practice-vite/blob/main/src/views/SweetOptions.vue)
- Composition API:[Repo](https://github.com/GitHubPlayerZero/hex-pinia-practice-vite/blob/main/src/views/SweetComposition.vue)