https://github.com/mmf-fe/common-bundle
常用项目依赖集合
https://github.com/mmf-fe/common-bundle
Last synced: 8 months ago
JSON representation
常用项目依赖集合
- Host: GitHub
- URL: https://github.com/mmf-fe/common-bundle
- Owner: MMF-FE
- Created: 2019-05-25T03:30:57.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-05T09:22:22.000Z (over 3 years ago)
- Last Synced: 2024-12-27T00:14:10.295Z (over 1 year ago)
- Language: JavaScript
- Size: 3.27 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 103
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vue 及其相关库的集合
## 命令
```bash
# 修改包的内容后,在对应的包执行
yarn build
yarn test
# 需要发布新修改的包, 在项目根目录执行
yarn publish:version
```
## CDN 地址
格式:https://cdn.jsdelivr.net/gh/mmf-fe/common-bundle@v`${version}`dist/`${packageName}`/`${fileName}`
> e.g: https://cdn.jsdelivr.net/gh/mmf-fe/common-bundle@v1.0.2/dist/yzt-vue2/index.js