30 Star 138 Fork 33

slacrey / vue-aliplayer

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
vbuild.build.js 329 Bytes
Copy Edit Raw Blame History
module.exports = {
entry: 'src/VueAliplayer.vue',
// then user can access `window.Aliplayer` in browser as well
moduleName: 'VueAliplayer',
html: false,
minimize: false,
sourceMap: false,
filename: {
js: 'vue-aliplayer.js'
},
extract: false,
// this will not copy ./static/** to ./dist/**
copy: false
}
NodeJS
1
https://gitee.com/slacrey/vue-aliplayer.git
git@gitee.com:slacrey/vue-aliplayer.git
slacrey
vue-aliplayer
vue-aliplayer
master

Search