30 lines
486 B
Markdown
30 lines
486 B
Markdown
# rcs_5.0
|
|||
|
|
|
||
|
|
## Project setup
|
||
|
|
```
|
||
|
|
yarn install
|
||
|
|
```
|
||
|
|
|
||
|
|
### Compiles and hot-reloads for development
|
||
|
|
```
|
||
|
|
yarn serve
|
||
|
|
```
|
||
|
|
|
||
|
|
### Compiles and minifies for production
|
||
|
|
```
|
||
|
|
yarn build
|
||
|
|
```
|
||
|
|
|
||
|
|
### Lints and fixes files
|
||
|
|
```
|
||
|
|
yarn lint
|
||
|
|
```
|
||
|
|
|
||
|
|
### Customize configuration
|
||
|
|
See [Configuration Reference](https://cli.vuejs.org/config/).
|
||
|
|
|
||
|
|
|
||
|
|
### 基础使用
|
||
|
|
1. 基础增删改查search table pagination 页面直接cv /view/pub/branch页面修改
|
||
|
|
2. 引入components文件夹内组件 例子: @/components/table
|