N3-components
N3 built with Vue.js
Last updated 6 years ago .
· Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install N3-components 
SYNC missed versions from official npm registry.

N3-components - Powerful Vue Library.

Shippable branch Test Coverage Gitter Code Climate npm

N3 components library is built with Vue.js, is a powerful library for frontend or full-stack engineers to build web pages quickly.

Home Page | 中文说明 | Documents

Introduction

logo

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.

NPM

Link:https://www.npmjs.com/package/N3-components

npm install N3-components --save-dev

CNPM

Link:https://npm.taobao.org/package/N3-components

cnpm install N3-components --save-dev

CDN

Quick Start

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;

Requirements

  • vue
  • vue-focus
  • velocity-animate

Discussing

Contribute

Contribute

Change log

Change Log

License

MIT

Current Tags

  • 2.4.5                                ...           latest (5 years ago)

61 Versions

  • 1.0.0                                ...           7 years ago
  • 1.0.1                                ...           7 years ago
  • 1.0.2                                ...           7 years ago
  • 1.0.3                                ...           7 years ago
  • 1.0.4                                ...           7 years ago
  • 1.0.6                                ...           7 years ago
  • 1.0.7                                ...           7 years ago
  • 1.0.8                                ...           7 years ago
  • 1.0.9                                ...           7 years ago
  • 1.1.0                                ...           7 years ago
  • 1.1.1                                ...           7 years ago
  • 1.1.2                                ...           7 years ago
  • 1.1.3                                ...           7 years ago
  • 1.1.4                                ...           7 years ago
  • 1.1.5                                ...           7 years ago
  • 1.1.6                                ...           7 years ago
  • 1.1.7                                ...           7 years ago
  • 1.1.8                                ...           7 years ago
  • 1.1.9                                ...           7 years ago
  • 1.2.0                                ...           7 years ago
  • 1.2.1                                ...           7 years ago
  • 1.2.2                                ...           7 years ago
  • 1.2.3                                ...           7 years ago
  • 1.2.4                                ...           7 years ago
  • 1.2.5                                ...           7 years ago
  • 1.2.7                                ...           7 years ago
  • 1.2.8                                ...           7 years ago
  • 1.2.9                                ...           6 years ago
  • 1.3.0                                ...           6 years ago
  • 1.3.1                                ...           6 years ago
  • 2.0.0                                ...           6 years ago
  • 2.0.1                                ...           6 years ago
  • 2.0.2                                ...           6 years ago
  • 1.3.2                                ...           6 years ago
  • 1.3.3                                ...           6 years ago
  • 2.0.3                                ...           6 years ago
  • 1.3.4                                ...           6 years ago
  • 2.0.4                                ...           6 years ago
  • 2.0.5                                ...           6 years ago
  • 2.0.6                                ...           6 years ago
  • 2.0.7                                ...           6 years ago
  • 2.0.8                                ...           6 years ago
  • 2.0.9                                ...           6 years ago
  • 1.4.0                                ...           6 years ago
  • 2.1.0                                ...           6 years ago
  • 2.1.1                                ...           6 years ago
  • 2.1.2                                ...           6 years ago
  • 2.2.0                                ...           6 years ago
  • 2.2.1                                ...           6 years ago
  • 2.2.2                                ...           6 years ago
  • 2.2.3                                ...           6 years ago
  • 2.2.5                                ...           6 years ago
  • 2.3.1                                ...           6 years ago
  • 2.3.2                                ...           6 years ago
  • 2.3.3                                ...           6 years ago
  • 2.4.0                                ...           6 years ago
  • 2.4.1                                ...           6 years ago
  • 2.4.2                                ...           6 years ago
  • 2.4.3                                ...           5 years ago
  • 2.4.4                                ...           5 years ago
  • 2.4.5                                ...           5 years ago
Maintainers (2)
Dependencies (2)

Copyright © npmmirror.com | 浙ICP备15033595号-63 |