Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/orkon/jspm-ember-playground
Basic Ember app which uses JSPM as a package manager
https://github.com/orkon/jspm-ember-playground
ember javascript jspm
Last synced: 20 days ago
JSON representation
Basic Ember app which uses JSPM as a package manager
- Host: GitHub
- URL: https://github.com/orkon/jspm-ember-playground
- Owner: OrKoN
- License: mit
- Created: 2015-02-20T10:01:39.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-17T14:01:59.000Z (about 9 years ago)
- Last Synced: 2023-04-09T19:07:14.608Z (over 1 year ago)
- Topics: ember, javascript, jspm
- Language: JavaScript
- Size: 1.5 MB
- Stars: 15
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Basic Ember App example using JSPM
==========Blog post about this repo: [https://60devs.com/optimizing--default-jspm-workflow-with-gulp-and-nginx.html](https://60devs.com/optimizing--default-jspm-workflow-with-gulp-and-nginx.html)
Requirements
===========Requires `nginx`, `realpath`.
Usage
=====1. Clone the repository
2. `npm install`To start/stop the nginx (su):
```
./bin/stop.sh
./bin/start.sh
```To run a development version (not-minified, files loaded in runtime):
gulp
and open https://localhost:8080/
To build a production-ready version:
gulp build
and open https://localhost:8080/
Packages Info
=============Ember version: 2.0.0
JSPM: ^0.15.7
Build system: gulp ^3.9.0
Transpiler: babel