0.1.67 • Published 3 years ago
jssk-member v0.1.67
jssk-member
数科框架后台管理页面,基于 VUE CLI3 脚手架项目;包含会员,人脸,凭证等。
独立运行
Project setup
npm installCompiles and hot-reloads for development
npm run serveCompiles and minifies for production
npm run buildLints 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
4 years ago
0.1.31
4 years ago
0.1.32
4 years ago
0.1.33
4 years ago
0.1.34
4 years ago
0.1.35
4 years ago
0.1.36
4 years ago
0.1.37
4 years ago
0.1.50
3 years ago
0.1.51
3 years ago
0.1.49
3 years ago
0.1.27
4 years ago
0.1.28
4 years ago
0.1.29
4 years ago
0.1.41
4 years ago
0.1.42
4 years ago
0.1.43
3 years ago
0.1.21
4 years ago
0.1.44
3 years ago
0.1.22
4 years ago
0.1.45
3 years ago
0.1.23
4 years ago
0.1.46
3 years ago
0.1.24
4 years ago
0.1.47
3 years ago
0.1.25
4 years ago
0.1.48
3 years ago
0.1.26
4 years ago
0.1.40
4 years ago
0.1.38
4 years ago
0.1.20
4 years ago
0.1.19
4 years ago
0.1.18
4 years ago
0.1.16
4 years ago
0.1.15
4 years ago
0.1.14
4 years ago
0.1.13
4 years ago
0.1.12
4 years ago
0.1.11
4 years ago
0.1.5
4 years ago
0.1.4
4 years ago
0.1.3
4 years ago
0.1.2
4 years ago
0.1.1
4 years ago