0.1.67 • Published 3 years ago
jssk-member v0.1.67
jssk-member
数科框架后台管理页面,基于 VUE CLI3 脚手架项目;包含会员,人脸,凭证等。
独立运行
Project setup
npm install
Compiles and hot-reloads for development
npm run serve
Compiles and minifies for production
npm run build
Lints and fixes files
npm run lint
发布为 npm 包
npm run lib&&npm publish
npm publish --registry https://registry.npmjs.org
被集成
Project setup
yarn add jssk-member
集成方使用方法
创建 VUE 项目,在 main.js 里导入
import Vue from 'vue'
import App from './App.vue'
import router from './router'
import routes from './router/routes'
import store from './store'
import jsskSys from "jssk-member"//本项目npm包
import "jssk-member/lib/jssk-member.css"
//因项目需要elementui,需导入
import ElementUI from 'element-ui';
import 'element-ui/lib/theme-chalk/index.css';
Vue.config.productionTip = false
Vue.use(ElementUI)
Vue.use(jsskSys, { router, store, baseUrl: "接口请求地址前缀",_busType:"campus" })//_busType说明:校园为campus,景区为scenic
new Vue({
router,
store,
render: h => h(App)
}).$mount('#app')
routes 说明
export default [
{
name: "xxxxx",
path: '/xxx/xxxx',
component: () => import( /* webpackChunkName: "xxxx" */ `@/views/xx/xxxx`),
meta: {
}
}
]
store 导入模块
import jsskSys from "jssk-member";
export default new Vuex.Store({
modules: jsskSys.storeModules
})
npm 导出的模块
export default {
storeModules: modules,//src/store/modules,用于vuex.Store
routes: myRoutes//src/router/routes,路由列表
}
//src/components:VUE全局组件注册,不包含子目录
Customize configuration
0.1.53
3 years ago
0.1.54
3 years ago
0.1.55
3 years ago
0.1.56
3 years ago
0.1.57
3 years ago
0.1.58
3 years ago
0.1.63
3 years ago
0.1.64
3 years ago
0.1.65
3 years ago
0.1.66
3 years ago
0.1.67
3 years ago
0.1.60
3 years ago
0.1.61
3 years ago
0.1.62
3 years ago
0.1.52
3 years ago
0.1.30
3 years ago
0.1.31
3 years ago
0.1.32
3 years ago
0.1.33
3 years ago
0.1.34
3 years ago
0.1.35
3 years ago
0.1.36
3 years ago
0.1.37
3 years ago
0.1.50
3 years ago
0.1.51
3 years ago
0.1.49
3 years ago
0.1.27
3 years ago
0.1.28
3 years ago
0.1.29
3 years ago
0.1.41
3 years ago
0.1.42
3 years ago
0.1.43
3 years ago
0.1.21
3 years ago
0.1.44
3 years ago
0.1.22
3 years ago
0.1.45
3 years ago
0.1.23
3 years ago
0.1.46
3 years ago
0.1.24
3 years ago
0.1.47
3 years ago
0.1.25
3 years ago
0.1.48
3 years ago
0.1.26
3 years ago
0.1.40
3 years ago
0.1.38
3 years ago
0.1.20
3 years ago
0.1.19
3 years ago
0.1.18
3 years ago
0.1.16
3 years ago
0.1.15
3 years ago
0.1.14
3 years ago
0.1.13
3 years ago
0.1.12
3 years ago
0.1.11
3 years ago
0.1.5
3 years ago
0.1.4
3 years ago
0.1.3
3 years ago
0.1.2
3 years ago
0.1.1
3 years ago