
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.
N3-components
Advanced tools
N3 components library is built with Vue.js, is a powerful library for frontend or full-stack engineers to build web pages quickly.

N3 components applys oneself to structure a great ecological circle of developers using Vue.js. Supporting as follows:
More than 60 components. See Here
Personality Of Style.
UMD.
Using ES6.
Link:https://www.npmjs.com/package/N3-components
npm install N3-components --save-dev
Link:https://npm.taobao.org/package/N3-components
cnpm install N3-components --save-dev
You can install components for your global environment.
import Vue from 'vue'
import N3Components from 'N3-components'
import 'N3-components/dist/index.css'
// install N3
Vue.use(N3Components)
// for English (default chinese)
// version 2.2.0 or later
Vue.use(N3Components, 'en')
You can also import single component when needed.
import Vue from 'vue'
import N3Components from 'N3-components'
import {n3Alert} from N3Components
// set language
// window.n3Locale = 'en'
//
theme customization
// default
import 'N3-components/src/style/default.less'
// theme customization
import 'your-theme.less'
your-theme.less
@import 'N3-components/src/style/common.less'
/*base color*/
@whiteColor: #fff;
@blackColor: #000;
@lightBlackColor: #333;
@grayColor: #ccc;
@weightGrayColor: #999;
@lightGrayColor: #eee;
@lightColor: #f9f9f9;
/*font color*/
@fontColor: #555;
/*theme color*/
@primaryColor: #41cac0;
@primaryColorhover: #39b2a9;
@hoverColor:rgba(65, 202, 192, 0.05);
/*extend color*/
@successColor: #19d567;
@successColorhover: #30d073;
@infoColor: #2db7f5;
@infoColorhover: #43bcf3;
@dangerColor: #f50;
@dangerColorhover: #f9702b;
@warningColor: #fa0;
@warningColorhover: #f5b73b;


MIT
FAQs
N3 built with Vue.js
The npm package N3-components receives a total of 39 weekly downloads. As such, N3-components popularity was classified as not popular.
We found that N3-components demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers 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.