0.1.67 • Published 2 years ago

jssk-member v0.1.67

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

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

See Configuration Reference.

0.1.53

2 years ago

0.1.54

2 years ago

0.1.55

2 years ago

0.1.56

2 years ago

0.1.57

2 years ago

0.1.58

2 years ago

0.1.63

2 years ago

0.1.64

2 years ago

0.1.65

2 years ago

0.1.66

2 years ago

0.1.67

2 years ago

0.1.60

2 years ago

0.1.61

2 years ago

0.1.62

2 years ago

0.1.52

2 years ago

0.1.30

2 years ago

0.1.31

2 years ago

0.1.32

2 years ago

0.1.33

2 years ago

0.1.34

2 years ago

0.1.35

2 years ago

0.1.36

2 years ago

0.1.37

2 years ago

0.1.50

2 years ago

0.1.51

2 years ago

0.1.49

2 years ago

0.1.27

2 years ago

0.1.28

2 years ago

0.1.29

2 years ago

0.1.41

2 years ago

0.1.42

2 years ago

0.1.43

2 years ago

0.1.21

2 years ago

0.1.44

2 years ago

0.1.22

2 years ago

0.1.45

2 years ago

0.1.23

2 years ago

0.1.46

2 years ago

0.1.24

2 years ago

0.1.47

2 years ago

0.1.25

2 years ago

0.1.48

2 years ago

0.1.26

2 years ago

0.1.40

2 years ago

0.1.38

2 years ago

0.1.20

2 years ago

0.1.19

2 years ago

0.1.18

2 years ago

0.1.16

2 years ago

0.1.15

2 years ago

0.1.14

2 years ago

0.1.13

2 years ago

0.1.12

2 years ago

0.1.11

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago