Security News
cURL Project and Go Security Teams Reject CVSS as Broken
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
balm-ui-lite
Advanced tools
基于 Material Design Lite 组件库 和 Vue.js 框架 的 UI 解决方案
:bell: BalmUI Lite 基于 Google MDL,而 MDL 现在所能表现的功能和扩展上支持都比较有限,所以 BalmJS 官方已将开发重点转向了基于 Material Components 的下一代为 Vue.js 量身定制的 Material UI —— BalmUI
推荐使用我们官方的 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);
样式脚本完全模块化,打包小
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 |
我们欢迎任何形式的贡献,有任何建议或意见,请给我们 提问。
1.5.0 (2018.11.02)
<ui-button>
: some bugfixFAQs
Material Design Lite + Vue + Idea
The npm package balm-ui-lite receives a total of 112 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.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
Security News
Biden's executive order pushes for AI-driven cybersecurity, software supply chain transparency, and stronger protections for federal and open source systems.