Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/running-grass/surreal-vue


https://github.com/running-grass/surreal-vue

Last synced: 7 days ago
JSON representation

Awesome Lists containing this project

README

        

Todo App

---

> 练手用的项目,拿来实验surrealdb的使用场景

# 本地开发

## 环境依赖
- node16 +
- docker
- pnpm

```
docker-compose up -d
pnpm i
pnpm dev
···