# mjui-vue
**Repository Path**: fixppy/mjui-vue
## Basic Information
- **Project Name**: mjui-vue
- **Description**: majorbio ui 基于Vue 2.0 的桌面端组件库
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 1
- **Forks**: 0
- **Created**: 2022-04-15
- **Last Updated**: 2024-04-25
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# MJ UI 组件库
>项目文档与组件库打包上传npm
>cli使用4.5,vue2.x
>可独立打包doc文档 npm run build
>npm组件库 npm run package
## 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
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).