Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ryuhojin/vue3-pinia
vue3 + pinia test
https://github.com/ryuhojin/vue3-pinia
pinia vue3
Last synced: 6 days ago
JSON representation
vue3 + pinia test
- Host: GitHub
- URL: https://github.com/ryuhojin/vue3-pinia
- Owner: ryuhojin
- Created: 2022-03-17T08:22:34.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-17T08:24:30.000Z (almost 3 years ago)
- Last Synced: 2024-11-05T18:35:28.531Z (about 2 months ago)
- Topics: pinia, vue3
- Language: JavaScript
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## vue-pinia
> vue3-pinia 샘플코드 제공을 위한 초 간단 테스트 화면입니다.
> Compositio API로 작업되어 있습니다. 다들 즐거운 공부되세요.## Project Setup
```sh
npm install
```### Compile and Hot-Reload for Development
```sh
npm run dev
```### Compile and Minify for Production
```sh
npm run build
```