/vue-imgview

图片查看插件,支持单张图片,放大缩小,拖动

Primary LanguageVue

vue-imgview

a plugin to look at image,used like totast ,very simple

Build Setup

# install dependencies
npm install


# serve with hot reload at localhost:8080  运行代码之前,把webpack.config.js 中的 entry 设为'./src/main.js'
npm run dev

# build for production with minification   打包成插件之前 把webpack.config.js 中的 entry 设为 './src/lib/index.js'
npm run build

For detailed explanation on how things work, consult the docs for vue-loader.