ember-cli-cms

1.0.0 • Public • Published

Ember-cli-cms

An ember-cli addon that offers a simple in repo CMS solution.

Getting started

Create a directory named cms in the root folder of your application. Every single markdown file created in that directory will result in a new route in your ember application.

Pro tip: because the markdown pages get converted to hbs templates, you can leverage handlebar notations to render inline components and use helpers within your pages.

Installation

  • git clone this repository
  • npm install
  • bower install

Running

Running Tests

  • npm test (Runs ember try:testall to test your addon against multiple Ember versions)
  • ember test
  • ember test --server

Building

  • ember build

For more information on using ember-cli, visit http://ember-cli.com/.

/ember-cli-cms/

    Package Sidebar

    Install

    npm i ember-cli-cms

    Weekly Downloads

    0

    Version

    1.0.0

    License

    MIT

    Last publish

    Collaborators

    • olivierlesnicki