Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flxxyz/proxy-subscribe
一个代理分发的订阅平台
https://github.com/flxxyz/proxy-subscribe
Last synced: 4 days ago
JSON representation
一个代理分发的订阅平台
- Host: GitHub
- URL: https://github.com/flxxyz/proxy-subscribe
- Owner: flxxyz
- License: gpl-3.0
- Created: 2020-03-28T11:34:34.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-11T08:24:48.000Z (over 3 years ago)
- Last Synced: 2023-03-05T22:06:38.190Z (over 1 year ago)
- Language: JavaScript
- Size: 450 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# proxy-subscribe
- **.leancloud/current_app_id** 内容为"应用的appid"
- **.leancloud/current_group** 内容为"web"# Getting started
安装依赖:```
npm install
```登录并关联应用:
```
lean login
lean switch
```启动项目:
```
lean up
```之后你就可以在 [localhost:3000](http://localhost:3000) 访问到你的应用了。
## 部署到 LeanEngine
部署到预备环境(若无预备环境则直接部署到生产环境):
```
lean deploy
```## 相关文档
* [云函数开发指南](https://leancloud.cn/docs/leanengine_cloudfunction_guide-node.html)
* [网站托管开发指南](https://leancloud.cn/docs/leanengine_webhosting_guide-node.html)
* [JavaScript 开发指南](https://leancloud.cn/docs/leanstorage_guide-js.html)
* [JavaScript SDK API](https://leancloud.github.io/javascript-sdk/docs/)
* [Node.js SDK API](https://github.com/leancloud/leanengine-node-sdk/blob/master/API.md)
* [命令行工具使用指南](https://leancloud.cn/docs/leanengine_cli.html)
* [云引擎常见问题和解答](https://leancloud.cn/docs/leanengine_faq.html)