Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

yin-tripper

d-tripper366MIT0.0.21

know way for heart

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