@we.js/we-admin-hotel
v1.0.19
Published
We.js administrative interface for We.js hotel sites
Downloads
2
Maintainers
Readme
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
ember server
- Visit your app at http://localhost:4200.
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)