boss-admin-system-manage

1.2.8 • Public • Published

boss-admin-system-manage

boss-admin system manage module

Install

    
npm install boss-admin-system-manage --save
 

Usage

    //需要在初始化时初始化window._api_base 正在寻找解决方案...
 
    import {system} from 'boss-admin-system-manage/src'
 
    const systemRoutes=system({
        baseUrl:'/',
    })
 
    const routes=[
        //...
 
        ...systemRoutes
    ]
 
    export default new Router({
        routes
    });
 

Build Setup

# install dependencies
npm install
 
# serve with hot reload at localhost:8080
npm run dev
 
# build for production with minification
npm run build
 
# build for production and view the bundle analyzer report
npm run build --report

For a detailed explanation on how things work, check out the guide and docs for vue-loader.

Readme

Keywords

none

Package Sidebar

Install

npm i boss-admin-system-manage

Weekly Downloads

32

Version

1.2.8

License

none

Unpacked Size

3.46 MB

Total Files

100

Last publish

Collaborators

  • jinfeiyang