0.0.7 • Published 4 years ago

megvii-vue-component v0.0.7

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

Megvii vue 前端组件库

说明

基于vue及jsx语法开发

组件库开发版本说明

  • vue 2.6.x
  • webpack 4.44.x

特性

使用:Vue Scss进行开发

目录结构

megvii-vue-component
├── build ---------- 打包编译相关配置
|  ├── alias.js
|  ├── component.js
|  ├── component.json
|  ├── webpack.build.config.js
|  └── webpack.dev.config.js
├── CHANGELOG.md
├── commitlint.config.js
├── dev ---------- 开发环境
|  ├── app.jsx
|  ├── index.html
|  ├── index.jsx
|  ├── styles
|  └── views
├── lib ---------- 组件库打包后的包
|  ├── box
|  ├── button
|  ├── index.js
|  └── theme
├── package-lock.json
├── package.json
├── README.md
└── src ---------- 组件库源码部分
   ├── components
   ├── locale ---------- 国际化相关翻译配置
   ├── mixins
   ├── services
   ├── style ---------- 全局变量及样式
   └── utils ---------- 工具函数