标签:dex code pen start open 技术 mkdir row ini
npm 包给共享,团队写作有好多问题需要解决,类似的解决方案有lerna yarn 使用monorepo,bit 官方有相关的比较
以下只说明如何进行简单的项目使用
npm install bit-bin -g
bit init
├── bit.json
├── index.js
└── src
└── components
├── button
│ └── index.js
├── login
│ └── index.js
└── logo
└── index.js
mkdir -p src/components/{button,login,logo}
bit add src/components/*
bit tag --all 1.0.0
bit login
bit export username.scopename
https://docs.bitsrc.io/
https://github.com/teambit/bit
https://docs.bitsrc.io/docs/faq-what-is-bit.html
标签:dex code pen start open 技术 mkdir row ini
原文地址:https://www.cnblogs.com/rongfengliang/p/9317083.html