Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

yuhao-cli

mrcao14ISC1.0.2

npm install

readme

安装依赖

npm install or yarn

启动

npm run watch

执行后将yuhao作为本地命令

npm link

此时就可以使用 yuhao 命令了。

  • yuhao init vue-template myVue
  • yuhao config get
  • yuhao config set type orgs
  • yuhao config set registry vuejs-templates

发布

  • npm publish

全局安装

  • npm install yuhao-cli -g
  • npm uninstall -g yuhao-cli --save