
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
================
npm instsall admin-lit
引用admin-lit,examplate app.scss
@import "~admin-lit/index.scss";
//default skin-blue;
@import "~admin-lit/scss/skins/skin-red"; // 切换皮肤
<body class="sidebar-mini skin-blue"> skin-blue为皮肤类
<div class="wrapper" style="height: auto; min-height: 100%;">
<main id="app"></main>
</div>
</body>
npm install font-awesome
// $fa-font-path: '../icons/awesome/';
// @import "~font-awesome/scss/font-awesome.scss";
默认我们支持Glyphicons如果想使用font awesome则自行安装
为什么不用官方提供了npm?
官方提供的一整套解决方案,其中全是老的Jquery等方案,而我们只需要其中的样式库,我们的JS组件可以依赖于XIGUA去开发。
为什么不用西瓜样式库?
西瓜样式库布局样式也是基于bootstrap做的变更,由于我们tbms和ntbms同一用的admin样式库,切换起来成本基本为0,所以我们选择admin-lit
FAQs
dashboard ui framework
The npm package admin-lit receives a total of 15 weekly downloads. As such, admin-lit popularity was classified as not popular.
We found that admin-lit 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.