This is a cli tool based on the vue + typescript project.Use it to quickly create components、views、directive、.vue and mixin;
// npm
npm install vt-cli -g
Usage: vt [options] [command]
Options: -V, --version output the version number -B, --basePath [path] set BasePath, default src -h, --help output usage information
$ vt --help
$ vt --version
$ vt view view-name $ vt v path/to/view-name
$ vt component component-name $ vt c path/to/component-name
$ vt vue vue-name $ vt vue path/to/vue-name
$ vt directive directive-name $ vt d path/to/directive-name