Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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/)