@burnish/cli
Version:
a cli for creating vue / react / flutter projects
12 lines (11 loc) • 526 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
// 远程模版数据
const REMOTE_URL = Object.freeze({
VUE2: 'https://github.com/xieyezi/vue-template.git',
VUE3: 'https://github.com/xieyezi/vue-vite-template.git#main',
REACT: 'https://github.com/xieyezi/react-template.git',
FLUTTER_NULL_SAFETY: 'https://github.com/xieyezi/flutter-getx-template.git#main',
FLUTTER_WITHOUT_NULL_SAFETY: 'https://github.com/xieyezi/flutter-template.git#main'
});
exports.default = REMOTE_URL;