mine-process
v1.5.2
Published
审核流程
Downloads
460
Readme
mine-process
A Vue.js project
Build Setup
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
For detailed explanation on how things work, consult the docs for vue-loader.
官方源
npm config set registry https://registry.npmjs.org/
淘宝镜像
npm config set registry https://registry.npmmirror.com/
1、node版本用nvm切换成8.17.0(nvm use 8.17.0 2、npm切换成官方源(切换后中途会出现连接超时,因为网的问题 3、登录npm:npm adduser 账号:w-xm 密码:wsp@0522.. 邮箱:[email protected] 4、修改完代码使用命令npm run build 5、package.json修改version版本 6、npm publish命令进行推送 7、还原镜像和node版本