0.3.1 • Published 3 years ago

1yongsh-fe v0.3.1

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

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
0.2.37

3 years ago

0.3.0

3 years ago

0.3.1

3 years ago

0.2.36

3 years ago

0.2.35

3 years ago

0.2.34

3 years ago

0.2.33

3 years ago

0.2.32

3 years ago

0.2.31

3 years ago

0.2.30

3 years ago

0.2.29

3 years ago

0.2.28

3 years ago

0.2.27

3 years ago

0.2.26

3 years ago

0.2.25

3 years ago