# vue-cli-plugin-extend-base

## Usage

```
vue add extend-base
```

or

```
yarn add vue-cli-plugin-extend-base -D
npm install vue-cli-plugin-extend-base -D

vue invoke extend-base
```

## MAJOR FUNCTION

1. 添加全局变量 APP_VERSION,APP_PORT,APP_BASE,APP_BASE,MOCK
2. 移除 eslint 检查，改为 git hook 时进行检查(TODO)
3. 修改 fork-ts-checker 插件的语法检查项 semantic = false
4. 移除默认组件
5. 页面目录改为 pages
6. 启动脚本改为 start
