Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ares-chang/pinia-setup-demo
pinia setup 写法 Demo
https://github.com/ares-chang/pinia-setup-demo
Last synced: 17 days ago
JSON representation
pinia setup 写法 Demo
- Host: GitHub
- URL: https://github.com/ares-chang/pinia-setup-demo
- Owner: Ares-Chang
- License: mit
- Created: 2022-08-26T11:34:56.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-09-05T10:14:18.000Z (over 2 years ago)
- Last Synced: 2024-11-24T19:36:37.469Z (about 1 month ago)
- Language: TypeScript
- Size: 242 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# pinia-setup-demo
练习 pinia setup 写法的 Demo,Todo List 经典案例。
## Features
- 使用 [vitesse-lite](https://github.com/antfu/vitesse-lite) 起手模板
- TS 支持
- [Pinia setup 写法](https://pinia.vuejs.org/cookbook/composables.html)
- [Use Naive UI](https://www.naiveui.com/zh-CN/os-theme)
- 支持 dark 模式
## start
> 推荐使用 [ni](https://github.com/antfu/ni)
```shell
cd pinia-setup-demo# 下载依赖
ni# start project
nr dev
```