Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wejs/we-admin-blog

We.js default SPA blog admin
https://github.com/wejs/we-admin-blog

admin-dashboard ember wejs

Last synced: 24 days ago
JSON representation

We.js default SPA blog admin

Awesome Lists containing this project

README

        

# We.js blog administrator (we-admin-blog)

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

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

## Requirement

- One We.js blog project
- we-plugin-article installed

## Instalation

In your We.js project root folder tip:

```sh
we i we-admin-blog
```

## Example:

Generate one blog project with [We.js generator](https://github.com/wejs/generator-wejs#generate-one-wejs-blog-project) and see how it works.

## DEVELOPMENT:

### Prerequisites for development

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

* [Git](http://git-scm.com/)
* [Node.js](http://nodejs.org/) (with NPM)
* [Bower](http://bower.io/)
* [Ember CLI](http://ember-cli.com/)
* [PhantomJS](http://phantomjs.org/)

### Installation for SPA development:

* `git clone ` this repository
* change into the new directory
* `npm install`
* `bower install`

### Running / Development

* `ember server`
* Visit your app at [http://localhost:4200](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)

## Further Reading / Useful Links

* [We.js](https://wejs.org)
* [ember.js](http://emberjs.com/)
* [ember-cli](http://ember-cli.com/)
* Development Browser Extensions
* [ember inspector for chrome](https://chrome.google.com/webstore/detail/ember-inspector/bmdblncegkenkacieihfhpjfppoconhi)
* [ember inspector for firefox](https://addons.mozilla.org/en-US/firefox/addon/ember-inspector/)