This repository has been archived by the owner on Sep 23, 2021. It is now read-only.
3.0.0-beta.9
scottbedard
released this
26 Sep 06:10
·
64 commits
to master
since this release
Improved
Allow vue.config.js
file to define a production baseUrl. To do so, use the following option.
module.exports = {
pluginOptions: {
vuetober: {
baseUrl: '/themes/whatever/assets/',
},
},
}