@slightheat/slightheat-evp-core
v1.2.1
Published
前端框架核心包
Downloads
5
Readme
slightheat-evp-core
天梯前端框架核心包,包括权限认证、多主题、微应用、动态菜单等功能的集成。
安装
npm install @slightheat-evp/slightheat-evp-core -S
使用
import EvpAdmin from '@slightheat/slightheat-evp-core';
Vue.use(EvpAdmin, { store, router });