Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/wejs/we-admin-blog
- Owner: wejs
- Created: 2017-02-05T21:35:07.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T01:32:22.000Z (almost 2 years ago)
- Last Synced: 2024-04-25T03:01:07.533Z (7 months ago)
- Topics: admin-dashboard, ember, wejs
- Language: JavaScript
- Size: 11.4 MB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
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/)