1.0.19 • Published 5 years ago

@we.js/we-admin-hotel v1.0.19

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

We.js Hotel admin (we-admin-hotel)

Hotel administrator project that add one Ember.js SPA in We.js hotel projects with one simple command.

This project adds the /admin route with the new Ember.js SPA

Requirement

  • One We.js hotel project

DEVELOPMENT:

Prerequisites for development

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

Installation for SPA development:

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

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

  • ember build (development)
  • ember build --environment production (production)

Further Reading / Useful Links