Skip to content

VueFilesPreview/vue-files-preview-demo

Repository files navigation

vue files preview demo

此项目为vue-files-preview的预览项目,同时也为本地开发测试项目,所以在执行dev指令进行预览之前先明确你的目的并参考以下提示.

1.本地开发测试

重要提示: 请务必将两个项目放在同一级目录下,并且在项目vue-files-preview中执行了npm run build指令进行了打包并确保生成了dist目录.

在项目中,执行npm run dev:local即可安装本地依赖并进入预览.

# in the project 'vue-files-preview-demo'
npm run dev:local

2.线上版本预览

在项目中,执行npm run dev:prod即可安装线上版本依赖并进入预览.

# in the project 'vue-files-preview-demo'
npm run dev:prod