All Projects → Gottwik → enduro_admin

Gottwik / enduro_admin

Licence: MIT license
Admin interface for Enduro.js

Programming Languages

CSS
56736 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to enduro admin

paper-dashboard-angular
Angular version of the original Paper Dashboard.
Stars: ✭ 142 (+358.06%)
Mutual labels:  admin-dashboard
mern-admin-panel
Admin-panel using ReactJs, ExpressJs, NodeJs, MongoDB and Bootstrap
Stars: ✭ 84 (+170.97%)
Mutual labels:  admin-dashboard
uni-admin
基于 uni-app,uniCloud 的 admin 管理项目模板
Stars: ✭ 135 (+335.48%)
Mutual labels:  admin-dashboard
RoyalUI-Free-Bootstrap-Admin-Template
Free Bootstrap 4 Admin Template
Stars: ✭ 153 (+393.55%)
Mutual labels:  admin-dashboard
mailserver-admin
Management interface for docker-mailserver.
Stars: ✭ 16 (-48.39%)
Mutual labels:  admin-dashboard
fw-boot-admin-eureka
springboot admin 监控springCloud服务eureka版
Stars: ✭ 21 (-32.26%)
Mutual labels:  admin-dashboard
Azia-Admin-Bootstrap-Template
Free Bootstrap 4 Admin template
Stars: ✭ 73 (+135.48%)
Mutual labels:  admin-dashboard
django-search-admin-autocomplete
Simple django app that add autocomplete to search inside admin panel.
Stars: ✭ 28 (-9.68%)
Mutual labels:  admin-dashboard
react-material-admin
A simple responsive admin template using react and material-ui
Stars: ✭ 39 (+25.81%)
Mutual labels:  admin-dashboard
uiw-admin
UIW-Admin Panel Framework, Powered by React and @uiwjs.
Stars: ✭ 21 (-32.26%)
Mutual labels:  admin-dashboard
forest-laravel
🌱 Laravel Liana for Forest Admin. This repo is no longer maintained. Please use laravel-forestadmin instead: https://github.com/ForestAdmin/laravel-forestadmin
Stars: ✭ 4 (-87.1%)
Mutual labels:  admin-dashboard
Hotel-Management-System
Web Base Hotel Management System base on CI
Stars: ✭ 57 (+83.87%)
Mutual labels:  admin-dashboard
Dash-UI
Bootstrap 5 Admin & Dashboard Template - Dash-UI. Dash UI Kit is a free and open-source components and templates kit fully coded with Bootstrap 5.
Stars: ✭ 213 (+587.1%)
Mutual labels:  admin-dashboard
firecms
Awesome Firebase/Firestore-based CMS. The missing admin panel for your Firebase project!
Stars: ✭ 686 (+2112.9%)
Mutual labels:  admin-dashboard
Forum-Advanced
This is built on Laravel Framework 5.5. This was built for demonstrate purpose.
Stars: ✭ 14 (-54.84%)
Mutual labels:  admin-dashboard
super
A simple, powerful, zero dependency Rails admin framework
Stars: ✭ 81 (+161.29%)
Mutual labels:  admin-dashboard
material-dashboard-django
Material Dashboard - Django Template | Creative-Tim
Stars: ✭ 52 (+67.74%)
Mutual labels:  admin-dashboard
Ng-Prime
Angular + PrimeNg
Stars: ✭ 88 (+183.87%)
Mutual labels:  admin-dashboard
vuejs-admin-dashboard-template
Mosaic Lite is a free admin dashboard template built on top of Tailwind CSS and fully coded in Vue. Made by
Stars: ✭ 139 (+348.39%)
Mutual labels:  admin-dashboard
vue-admin-better
🚀🚀🚀vue admin,vue3 admin,vue3.0 admin,vue后台管理,vue-admin,vue3.0-admin,admin,vue-admin,vue-element-admin,ant-design,vue-admin-beautiful-pro,vab admin pro,vab admin plus,vue admin plus,vue admin pro
Stars: ✭ 12,962 (+41712.9%)
Mutual labels:  admin-dashboard

Enduro

Join the chat at https://gitter.im/Enduro-js/Lobby npm version

This is the admin interface for enduro.js.

Other repositories: Endurosamples • Enduro admin • endurojs.com site

image

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.

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].