0.1.21 • Published 4 years ago

xcom v0.1.21

Weekly downloads
3
License
ISC
Repository
github
Last release
4 years ago

XCom

  • XCom = X(无限、未知) + Com(GoCom)

安装

npm install xcom -S

使用

import Vue from 'vue'
import xcom from 'xcom'

Vue.use(xcom)

// or
import {
  DepartmentPanel,
  PersonnelPanel,
  CheckXork,
  meetings
  // ...
} from 'xcom'

Vue.component(DepartmentPanel.name, DepartmentPanel)
Vue.component(PersonnelPanel.name, PersonnelPanel)

开发

###目录结构

├── build                      # 构建相关
├── examples                   # 示例页面
├── packages                   # 组件源码
│   │── DepartmentPanel        # 部门组件
│   │── PersonnelPanel         # 人员组件
│   │── CheckXork              # 
│   │── meetings               # 
│   │── 
├── mock                       # 项目mock 模拟数据
├── plop-templates             # 基本模板
├── public                     # 静态资源
│   │── favicon.ico            # favicon图标
│   └── index.html             # html模板
├── src                        # 源代码
│   ├── api                    # 所有请求
│   ├── assets                 # 主题 字体等静态资源
│   ├── components             # 全局公用组件
│   ├── directive              # 全局指令
│   ├── filters                # 全局 filter
│   ├── icons                  # 项目所有 svg icons
│   ├── lang                   # 国际化 language
│   ├── layout                 # 全局 layout
│   ├── router                 # 路由
│   ├── store                  # 全局 store管理
│   ├── styles                 # 全局样式
│   ├── utils                  # 全局公用方法
├── tests                      # 测试
├── .babelrc                   # babel-loader 配置
├── vue.config.js              # vue-cli 配置
└── package.json               # package.json

浏览器兼容

Modern browsers and Internet Explorer 10+.

Links

LICENSE

MIT

0.1.21

4 years ago

0.1.20

4 years ago

0.1.19

4 years ago

0.1.18

4 years ago

0.1.17

4 years ago

0.1.16

4 years ago

0.1.15

4 years ago

0.1.14

4 years ago

0.1.10

4 years ago

0.1.11

4 years ago

0.1.12

4 years ago

0.1.13

4 years ago

0.1.8

4 years ago

0.1.7

4 years ago

0.1.9

4 years ago

0.1.6

4 years ago

0.1.4

4 years ago

0.1.5

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago