Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/running-grass/surreal-vue
https://github.com/running-grass/surreal-vue
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/running-grass/surreal-vue
- Owner: running-grass
- Created: 2022-10-28T15:52:04.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-05T12:18:59.000Z (about 2 years ago)
- Last Synced: 2024-12-29T23:34:47.161Z (12 days ago)
- Language: Vue
- Size: 129 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Todo App
---
> 练手用的项目,拿来实验surrealdb的使用场景
# 本地开发
## 环境依赖
- node16 +
- docker
- pnpm```
docker-compose up -d
pnpm i
pnpm dev
···