rmt-fileupload
v0.3.2
Published
这是一个融媒体附件服务组件
Readme
rmt-fileupload
Project setup
npm install --registry=https://registry.npmmirror.comCompiles and hot-reloads for development
npm run serveCompiles and minifies for production
npm run buildLints and fixes files
npm run lint打包发布需要的内容
npm run lib发布
需要在https://www.npmjs.com/settings/pengbei.tech/tokens/ 生成一个可绕行2FA的token,然后替换本地 ~/.npmrc 中的TOKEN,
echo "//registry.npmjs.org/:_authToken=你的token" >> ~/.npmrcnpm publish