Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rtablada/ember-parcel-example
https://github.com/rtablada/ember-parcel-example
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rtablada/ember-parcel-example
- Owner: rtablada
- Created: 2018-06-02T13:22:46.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-06-02T15:31:31.000Z (over 6 years ago)
- Last Synced: 2024-04-23T16:40:23.279Z (7 months ago)
- Language: JavaScript
- Size: 44.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-ember - ember-parcel-example - Ember.js + Parcel.js Example. (Packages / Parcel)
README
# Ember.js + Parcel.js Example
This application looks at what it takes to build a minimal [Ember.js](https://emberjs.com/) application with [Parcel.js](https://parceljs.org/).
The goal is to create a minimal Parcel plugin to build Ember applications in a modern way, while identifying headaches that come up when trying to use Ember.js as NPM packages.
---
## Branches
This experimentation takes a few stages.
* [`bare`](../../tree/bare) - Uses `ember-source` with no config or plugins
* [`templates`](../../tree/templates) - Uses `ember-source` with `babel-plugin-htmlbars-inline-precompile`
* [`modules`](../../tree/modules) - ... with `babel-plugin-ember-modules-api-polyfill`