boss-admin-system-manage
v1.2.8
Published
A Vue.js project
Readme
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 --reportFor a detailed explanation on how things work, check out the guide and docs for vue-loader.
