1yongsh-fe 中文文档教程
1yongsh-fe
install
npm i 1yongsh-fe -S
main.js
import Vue from 'vue'
// 覆盖默认路由
import appRoutes from './router'
import YongShFE from '1yongsh-fe'
window.appCode = 'test'
Vue.use(YongShFE, { appRoutes })
自定义通用路由 ./router/index.js
import { commonRoute } from 'xyvue-fe'
const routers = [
commonRoute.login,
commonRoute.ssoLogin,
commonRoute.layout
]
export default routers
更多
你可能也喜欢
- @0x/json-schemas 中文文档教程
- @33cn/wallet-api 中文文档教程
- @51yzone/pc-components 中文文档教程
- @9oelm/styled-system-typescript 中文文档教程
- @_dawiidio/react-rx-store 中文文档教程
- @a-a-game-studio/aa-components 中文文档教程
- @abdullahceylan/listr-aggregate-renderer 中文文档教程
- @abi-software/biolucidaclient 中文文档教程
- @abramstyle/utils 中文文档教程
- @acent/react 中文文档教程