https://github.com/linjunpop/ember-cli-qiniu
Deploy Ember CLI App to Qiniu
https://github.com/linjunpop/ember-cli-qiniu
Last synced: 12 months ago
JSON representation
Deploy Ember CLI App to Qiniu
- Host: GitHub
- URL: https://github.com/linjunpop/ember-cli-qiniu
- Owner: linjunpop
- License: mit
- Created: 2015-01-14T08:00:23.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-01-15T03:19:57.000Z (over 11 years ago)
- Last Synced: 2025-01-09T03:41:39.255Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 129 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ember-cli-qiniu
Deploy Ember CLI App to Qiniu(http://www.qiniu.com).
1. Creating a build of your Ember CLI App.
2. Uploading to Qiniu.
## Installation
```shell
$ npm install --save-dev ember-cli-qiniu
```
## Setup
### Copy blueprint
```shell
$ ember generate qiniu
```
This task should generate a `qiniu.js` in your App's `config` directory.
### Deploy
```shell
$ ember qiniu
```
It take an optional `--environment=[env]` flag, to determin which env of your `qiniu.js` is used.
Default is `production`.
## Running Tests
* `ember test`
* `ember test --server`
## Building
For more information on using ember-cli, visit [http://www.ember-cli.com/](http://www.ember-cli.com/).