Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 530 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 530 Bytes

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.