A simple development template to build some tools with typescript.
Install it by chare or vue-cli/可以通过 chare 或者 vue-cli 来安装:
chare init dwqs/ts-tool-template your-project-name -o remote-url-of-your-project
Above command will init your project with this template, and associate it with the remote url.(vue-cli doesn't provide this feature current)./上述命令会初始你的项目, 并将你的项目关联到远程的 remote-url
. vue-cli
目前不能在初始化项目时关联远程仓库.