1.2.8 • Published 5 years ago

boss-admin-system-manage v1.2.8

Weekly downloads
113
License
-
Repository
-
Last release
5 years ago

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.

1.2.8

5 years ago

1.2.7

5 years ago

1.2.6

5 years ago

1.2.5

5 years ago

1.2.4

5 years ago

1.2.3

5 years ago

1.2.2

5 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.9

5 years ago

1.1.8

5 years ago

1.1.7

6 years ago

1.1.6

6 years ago

1.1.5

6 years ago

1.1.4

6 years ago

1.1.3

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago