1.0.1 • Published 2 years ago
chyitec v1.0.1
备注
name:上传npm后的名称 bin:定义命令行命令,执行该命令行时会执行到对应的脚本文件。命令执行:create-plop-vue,则会执行bin/index.js文件。
解决 Public registration is not allowed 问题
npm config set registry https://registry.npmjs.org/
name:上传npm后的名称 bin:定义命令行命令,执行该命令行时会执行到对应的脚本文件。命令执行:create-plop-vue,则会执行bin/index.js文件。
npm config set registry https://registry.npmjs.org/