mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-02 22:13:36 +08:00

* fix(cli): add babel conversion and vuex * docs: perfect Readme * fix(cli): modify vue3-js template routing mode * ref(cli): remove package.json.back file.
6 lines
73 B
JavaScript
6 lines
73 B
JavaScript
module.exports = {
|
|
presets: [
|
|
'@vue/cli-plugin-babel/preset'
|
|
]
|
|
}
|