项目作者: admin-interface

项目描述 :
Library for provide Admin UI
高级语言: JavaScript
项目地址: git://github.com/admin-interface/admin-interface.git
创建时间: 2017-09-04T07:06:03Z
项目社区:https://github.com/admin-interface/admin-interface

开源协议:MIT License

下载


Warning

At the moment, the project is suspended. As soon as I have more time, I will continue to develop this project.

Admin Interface

Admin Interface it is library for provide Admin UI on base Sequelize and Express.

Also check out our demo project

Installation

  1. $ npm install --save @admin-interface/core @admin-interface/express

Connect to Your project

  1. const app = require('express')();
  2. const AdminInterface = require('@admin-interface/express');
  3. const adminInterface = new AdminInterface();
  4. adminInterface.setConfigFile(__dirname, 'admin-interface.yaml');
  5. // Your API ...
  6. // Mount Admin Interface
  7. app.use('/admin', adminInterface.middleware());
  8. app.listen(3000, () => console.log('run server on 3000 port'));

Screenshots

a
a
a

As a basis UI is taken AdminBSB - Material Design

Looking for docs?

License

Admin Interface is an open source project that is licensed under the MIT license.