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

https://github.com/leancloud/client-engine-demo-webapp

使用 Client Engine 的游戏客户端示例
https://github.com/leancloud/client-engine-demo-webapp

client-engine

Last synced: 7 days ago
JSON representation

使用 Client Engine 的游戏客户端示例

Awesome Lists containing this project

README

          

# client-engine-demo-webapp

## Project setup
```
npm install
```

### Compiles and hot-reloads for development
```
npm run serve
```

### Compiles and minifies for production
```
npm run build
```

### Lints and fixes files
```
npm run lint
```