Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/githubplayerzero/hex-pinia-practice-vite
Pinia 練習(Vite、Options API、Composition API)
https://github.com/githubplayerzero/hex-pinia-practice-vite
Last synced: 26 days 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 (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-11-24T13:39:31.000Z (about 1 month ago)
- Last Synced: 2024-11-24T13:42:01.702Z (about 1 month ago)
- Language: Vue
- Homepage: https://githubplayerzero.github.io/hex-pinia-practice-vite/
- Size: 0 Bytes
- 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)