
Product
Go Support Is Now Generally Available
Socket's Go support is now generally available, bringing automatic scanning and deep code analysis to all users with Go projects.
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.8.1 (2020.03.25)
$alert
, $confirm
, $prompt
: add noRipple
prop for the Safari bugFAQs
Material Design Lite + Vue + Idea
The npm package balm-ui-lite receives a total of 26 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's Go support is now generally available, bringing automatic scanning and deep code analysis to all users with Go projects.
Security News
vlt adds real-time security selectors powered by Socket, enabling developers to query and analyze package risks directly in their dependency graph.
Security News
CISA extended MITRE’s CVE contract by 11 months, avoiding a shutdown but leaving long-term governance and coordination issues unresolved.