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 的游戏客户端示例
- Host: GitHub
- URL: https://github.com/leancloud/client-engine-demo-webapp
- Owner: leancloud
- Created: 2018-09-11T03:11:11.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-23T21:51:15.000Z (about 3 years ago)
- Last Synced: 2025-10-06T10:48:35.316Z (6 months ago)
- Topics: client-engine
- Language: Vue
- Homepage: https://client-engine-app.leanapp.cn/
- Size: 1.49 MB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
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
```