0.3.1 • Published 4 years ago

1yongsh-fe v0.3.1

Weekly downloads
-
License
-
Repository
-
Last release
4 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

4 years ago

0.3.0

4 years ago

0.3.1

4 years ago

0.2.36

4 years ago

0.2.35

4 years ago

0.2.34

4 years ago

0.2.33

4 years ago

0.2.32

4 years ago

0.2.31

4 years ago

0.2.30

4 years ago

0.2.29

4 years ago

0.2.28

4 years ago

0.2.27

4 years ago

0.2.26

4 years ago

0.2.25

4 years ago