Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 713 Bytes

README.md

File metadata and controls

33 lines (24 loc) · 713 Bytes

Octane Blueprints

Pre-Official ember packages:

# Apps
ember new my-app -b ember-octane-app-blueprint

Official ember packages (these do not exist yet)

# Apps
ember new my-app -b @ember/octane-app

# Addons
ember new my-app -b @ember/octane-blueprint

Included:

  • Module Unification
  • Sparkles Components (eventually Glimmer, but built in)
  • ember-decorators (eventually will be built in)
  • ember-auto-import
  • sample component and route
  • no jquery

License

This project is licensed under the MIT License.