l2en-cli
Version:
cli,项目脚手架,快速搭建项目框架
16 lines • 444 B
JavaScript
;
var _a;
Object.defineProperty(exports, "__esModule", { value: true });
exports.gits = exports.frame_type = void 0;
var frame_type = {
react: 'react',
vue: 'vue',
angular: 'angular'
};
exports.frame_type = frame_type;
var gits = (_a = {},
_a[frame_type['react']] = 'github:l2en/cli-template',
_a[frame_type['vue']] = 'github:l2en/cli-template',
_a);
exports.gits = gits;
//# sourceMappingURL=contants.js.map