项目作者: tunapanda

项目描述 :
Cordova app running ember and h5p
高级语言: JavaScript
项目地址: git://github.com/tunapanda/funzo-app.git
创建时间: 2016-01-06T19:59:47Z
项目社区:https://github.com/tunapanda/funzo-app

开源协议:

下载


Funzo-app 0.5.0

Build Status Join the chat at https://gitter.im/tunapanda/funzo-app

This is a preview of ember and H5P running as an app inside Phonegap/Cordova.

See here for information on how to contribute.

Courses during development are copied to public/content/courses, see https://https://github.com/tunapanda/funzo-CSE-1000 for an example course.

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone <repository-url> this repository
  • change into the new directory
  • npm install
  • bower install
  • ember cordova:prepare

Running / Development

Code Generators

Make use of the many generators for code, try ember help generate for more details

Running Tests

  • ember test
  • ember test --server

Building

Generate the APKs, these can only be used for development not distribution because they are unsigned

  • ember cordova:build --platform=android (development)
  • ember cordova:build --platform=android --environment production (production)