Skip to content

Latest commit

 

History

History
101 lines (68 loc) · 3.2 KB

README.md

File metadata and controls

101 lines (68 loc) · 3.2 KB

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

Link:https://unpkg.com/N3-components@version/dist/N3Components.js (Notice the version)

Quick Start

You can install components for your global environment.

import Vue from 'vue'

// default css style
import N3Components from 'N3-components'

// ant design css style
import N3Components from 'N3-components/dist/blue.min.js' 

Vue.use(N3Components)

You can also import single component when needed.

import Vue from 'vue'
import N3Components from 'N3-components'
import {n3Alert} from N3Components

Requirements

  • vue
  • vue-focus
  • velocity-animate

Discussing

Contribute

Contribute

Change logo

Change Log