Security News
PyPI Introduces Digital Attestations to Strengthen Python Package Security
PyPI now supports digital attestations, enhancing security and trust by allowing package maintainers to verify the authenticity of Python packages.
每家公司/每个团队,在持续协作维护项目的过程中,总会产出一些较为通用性的组件,或者 UI 会设计一些样式组件。
但是如果放在项目里的话,大家其实都不会去翻文件看,那这时候有个文档记录一下这些通用组件的话,会让大家协作的意愿更强烈。:fire:
更重要的是,可以提高代码的复用性, 打包编译发布到 npm
上,告别多项目的复制粘贴。 :beers:
使用及其简单的方式 (vue-cli3 以及 vuepress) 维护 团队/个人的 组件库。:tada::tada::tada:
yarn new
交互式创建新组件文件,不用再繁琐的写 template
css
由于 vuepress
依赖的是 core-js
是 2.x 版本,而 vue-cli3
中依赖的是 3.x 版本.
所以 vuepress
需要进行全局安装。
npm i -g vuepress core-js@2.6.11
git clone
yarn install
yarn docs:dev // 启动开发模式
yarn new // 创建新组件
Thanks goes to these wonderful people (emoji key):
cjfff 📖 🐛 💡 🤔 🚧 💻 |
This project follows the all-contributors specification. Contributions of any kind welcome!
FAQs
A Component Library for Vue.js.
We found that deep-ui demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
PyPI now supports digital attestations, enhancing security and trust by allowing package maintainers to verify the authenticity of Python packages.
Security News
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.