|
|
@ -57,7 +57,7 @@ public class VueCallable implements Callable {
|
|
|
|
ctx.put("elementui", option.elementui);
|
|
|
|
ctx.put("elementui", option.elementui);
|
|
|
|
ctx.put("iView", option.iView);
|
|
|
|
ctx.put("iView", option.iView);
|
|
|
|
freeMarkerManager.outputTemp(new File(app, "package.json"), "Vue/package.json", ctx);
|
|
|
|
freeMarkerManager.outputTemp(new File(app, "package.json"), "Vue/package.json", ctx);
|
|
|
|
freeMarkerManager.outputTemp(new File(app, "package-lock.json"), "Vue/package-lock.json", ctx);
|
|
|
|
// freeMarkerManager.outputTemp(new File(app, "package-lock.json"), "Vue/package-lock.json", ctx);
|
|
|
|
freeMarkerManager.outputTemp(new File(app, "README.md"), "Vue/README.md", ctx);
|
|
|
|
freeMarkerManager.outputTemp(new File(app, "README.md"), "Vue/README.md", ctx);
|
|
|
|
Tool.outputResource("Vue/babel.config.js", new File(app, "babel.config.js"));
|
|
|
|
Tool.outputResource("Vue/babel.config.js", new File(app, "babel.config.js"));
|
|
|
|
|
|
|
|
|
|
|
|