yin-tripper
v0.0.21
Published
know way for heart
Downloads
6
Readme
yin
know way for heart ---tripper
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.
//查看registry
npm config get registry
//将registry设置为淘宝镜像
npm config set registry http://registry.npm.taobao.org
//查看当前npm用户
npm whoami
// 登录npm
npm login
// 修改版本号
npm version
// 发布组件
npm publish