A Vue.js project
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
For detailed explanation on how things work, consult the docs for vue-loader.
实现一个支持多种引入方式包 传统方式:1、script标签 2、AMD 3、commonjs 方式 4、ES6 module libraryTarget:umd 兼容多种方式