28 lines
421 B
Markdown
28 lines
421 B
Markdown
|
# daping
|
||
|
|
||
|
## Project setup
|
||
|
|
||
|
```
|
||
|
npm install
|
||
|
```
|
||
|
|
||
|
### 运行前注意事项
|
||
|
|
||
|
```
|
||
|
运行前现将根目录下data-view压缩包内文件放入node_modules/@jiaminghi/ 内替换掉data-view文件
|
||
|
```
|
||
|
|
||
|
### Compiles and hot-reloads for development
|
||
|
|
||
|
```
|
||
|
npm run serve
|
||
|
```
|
||
|
|
||
|
### Compiles and minifies for production
|
||
|
```
|
||
|
npm run build
|
||
|
```
|
||
|
|
||
|
### Customize configuration
|
||
|
See [Configuration Reference](https://cli.vuejs.org/config/).
|