Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gottwik/enduro_admin
Admin interface for Enduro.js
https://github.com/gottwik/enduro_admin
admin-dashboard enduro
Last synced: 10 days ago
JSON representation
Admin interface for Enduro.js
- Host: GitHub
- URL: https://github.com/gottwik/enduro_admin
- Owner: Gottwik
- License: mit
- Created: 2016-05-17T19:57:05.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-06T23:52:26.000Z (almost 7 years ago)
- Last Synced: 2024-11-09T09:21:08.098Z (11 days ago)
- Topics: admin-dashboard, enduro
- Language: CSS
- Homepage: http://www.endurojs.com/
- Size: 43.3 MB
- Stars: 31
- Watchers: 11
- Forks: 22
- Open Issues: 13
-
Metadata Files:
- Readme: README.MD
- License: License.md
Awesome Lists containing this project
README
# Enduro
[![Join the chat at https://gitter.im/Enduro-js/Lobby](https://badges.gitter.im/Enduro-js/Lobby.svg)](https://gitter.im/Enduro-js/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![npm version](https://badge.fury.io/js/enduro_admin.svg)](https://badge.fury.io/js/enduro_admin)
This is the admin interface for [enduro.js](https://github.com/Gottwik/Enduro).
**Other repositories:** [Enduro](https://github.com/Gottwik/Enduro) • [samples](https://github.com/Gottwik/enduro_samples) • Enduro admin • [endurojs.com site](https://github.com/Gottwik/enduro_website)
![image](http://i.imgur.com/M8vGA92.png)
## Documentation
Documentation is mostly shared with enduro. Check it out at www.endurojs.com/docs## Developing enduro admin
Just clone the project and develop it as if it was another enduro project. There is a tiny test suite that can be run by `npm test`
## Having enduro_admin npm linked
Sometimes you want to develop enduro_admin against an existing project of yours. For this, you can use [npm link](https://docs.npmjs.com/cli/link).Just cd into enduro_admin folder and do `npm link` and then cd into the enduro's folder and do `npm link enduro_admin`.
Be careful that by doing this you'll have to update enduro_admin to the newest version by doing a `git pull` on your enduro_admin folder, rather than just updating enduro and getting the latest version with it.