Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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)