npm install rmt-fileupload
npm install --registry=https://registry.npmmirror.com
`$3
`
npm run serve
`$3
`
npm run build
`$3
`
npm run lint
`
$3
`
npm run lib
`$3
需要在https://www.npmjs.com/settings/pengbei.tech/tokens/ 生成一个可绕行2FA的token,然后替换本地 ~/.npmrc 中的TOKEN,
`
echo "//registry.npmjs.org/:_authToken=你的token" >> ~/.npmrc
``
npm publish
``