
this repo was created by running `vue create byjove` and then: use defaults? Manually select features features needed: Router, Vuex use history mode for router? Yes where to place config? In dedicated config files save as preset? No (and then i had to edit commit msg to add the above)
5 lines
59 B
JavaScript
5 lines
59 B
JavaScript
module.exports = {
|
|
plugins: {
|
|
autoprefixer: {}
|
|
}
|
|
}
|