express-vue / vue-pronto

Rendering Engine for turning Vue files into Javascript Objects
Apache License 2.0
20 stars 12 forks source link

add windows support #157

Open F145h opened 4 years ago

F145h commented 4 years ago

have wrong path in generated js file, such as:

import App from "D:\Projects\express-vue\example\views\user.vue";

need conver path to unix-like style, maybe add something that

filePath.replace(/\\/g, '/')

in to lib/utils/config.js for appConfig()