代码优化

master
王兵 6 years ago
parent 2f3939294e
commit c908cfbdfd

@ -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"));

Loading…
Cancel
Save

Powered by TurnKey Linux.