Skip to content
forked from akebe/e-admin

基于element中后台渐进式框架

License

Notifications You must be signed in to change notification settings

Spider4U/e-admin

 
 

Repository files navigation

e-admin

基于 element 封装的即开即用渐进式中后台组件库

📄中文文档 github gitee

Install

npm install e-admin --save

Start

import Vue from 'vue';
import App from './App.vue';

import ElementUI from 'element-ui';
import Ea from 'e-admin';

import 'element-ui/lib/theme-chalk/index.css';
import 'e-admin/lib/index.css';


Vue.use(ElementUI).use(Ea);

Vue.config.productionTip = false;

new Vue({
  render: h => h(App),
}).$mount('#app');

LICENSE

MIT

About

基于element中后台渐进式框架

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 55.7%
  • JavaScript 27.2%
  • CSS 16.6%
  • HTML 0.5%