Product
Socket Now Supports uv.lock Files
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
balm-ui-lite
Advanced tools
基于 Material Design Lite 组件库 和 Vue.js 框架 的 UI 解决方案
推荐使用我们官方的 Balm CLI 来快速搭建 Vue 脚手架项目
npm install -g balm-cli
balm init vue my-project
yarn add balm-ui-lite
# OR
npm i --save balm-ui-lite
/* my-project/app/styles/global/_vendor.scss */
@import '../../../node_modules/balm-ui-lite/src/styles/balm-ui-lite.scss';
// my-project/app/scripts/main.js
import Vue from 'vue';
import BalmUI from 'balm-ui-lite';
Vue.use(BalmUI);
Vue.use(BalmUI.plugins.event);
样式脚本完全模块化,打包小
import Vue from 'vue';
import UiButton from 'balm-ui-lite/components/button';
import $event from 'balm-ui-lite/plugins/event';
import 'balm-ui-lite/components/core.css';
import 'balm-ui-lite/components/button.css';
Vue.component(UiButton.name, UiButton);
Vue.use($event);
请查看 BalmUI Lite 官网
BalmUI Lite 中还包含一些常用 指令服务 和 辅助方法,具体请查看官方文档
IE9 | IE10 | IE11 | Chrome | Opera | Firefox | Safari | Chrome (Android) | Mobile Safari |
---|---|---|---|---|---|---|---|---|
B | A | A | A | A | A | A | A | A |
我们欢迎任何形式的贡献,有任何建议或意见,请给我们 提问。
FAQs
Material Design Lite + Vue + Idea
The npm package balm-ui-lite receives a total of 6 weekly downloads. As such, balm-ui-lite popularity was classified as not popular.
We found that balm-ui-lite 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.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
Research
Security News
Socket researchers have discovered multiple malicious npm packages targeting Solana private keys, abusing Gmail to exfiltrate the data and drain Solana wallets.
Security News
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.