hhh-cli

一个基于vue的脚手架工具

Usage no npm install needed!

<script type="module">
  import hhhCli from 'https://cdn.skypack.dev/hhh-cli';
</script>

README

vue-wd-cli

一个基于vue的脚手架工具

1、基本使用

step1:加载全局安装包

npm install -g vue-wd-cli

step2:初始化一个项目

vuewd init helloworld

// helloworld就是项目名

step3:写入项目描述和作者信息

step4:启动项目

cd helloworld

npm install && npm start

2、命令说明

1、只有安装了 vue-wd-cli 的工具包,才可以全局使用 vuewd 命令。

2、vuewd 命令提供了 init 的方式,对项目进行初始化工作。