Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luncher/assets-push
A simple assets management platform, mainly for weex and react code push, heat update function, etc.
https://github.com/luncher/assets-push
assets-management code-push cordova nodejs react react-native weex
Last synced: 1 day ago
JSON representation
A simple assets management platform, mainly for weex and react code push, heat update function, etc.
- Host: GitHub
- URL: https://github.com/luncher/assets-push
- Owner: Luncher
- License: mit
- Created: 2018-05-03T02:37:56.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-03T02:39:00.000Z (over 6 years ago)
- Last Synced: 2024-11-13T17:47:16.397Z (2 months ago)
- Topics: assets-management, code-push, cordova, nodejs, react, react-native, weex
- Language: JavaScript
- Homepage:
- Size: 1.93 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Roadmap: roadmap.md
Awesome Lists containing this project
README
# assets-push
Vuejs、React CodePush Services
## Function list
+ Log collection
+ Assets Management
+ Assets Diff
+ Front end manager GUI## Quick Start
---
### 一、Setup
+ 1. CloudStorage Configure `config/app.js`:
```javascript
{
downloadDir: path.resolve(__dirname, '../tmp'),
scope: '',//Qiniu Scope
publicHost: '', //CDN public HostName
AccessKey: '',//Qiniu CloudStore AccessKey
SecretKey: ''//Qiniu CloudStore SecretKey
}```
+ 2. Sails Connections `config/connections.js`
+ 3. Redis Configure `config/session.js`
---
### 二、Startup
+ 1. start server
>sails lift
+ 2. start frontend dev server
>npm run dev
+ 3. open browser
>open http://127.0.0.1:1338
---
## LICENSE
[MIT](https://mit-license.org/)