first commit

This commit is contained in:
编码猿
2024-09-27 00:58:46 +08:00
commit 92916abf8f
156 changed files with 19331 additions and 0 deletions

8
Vue3TCli/bin/tsvue Executable file
View File

@@ -0,0 +1,8 @@
#!/usr/bin/env node
require('commander')
.version(require('../package').version)
.usage('<command> [options]')
.command('init', 'generate a new project from a template')
.command('about', 'About Me')
.parse(process.argv)