Skip to content

moonou/N3-components

 
 

Repository files navigation

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

Quick Start

You can install components for your global environment.

import Vue from 'vue'
import N3Components from 'N3-components'
N3Components.install(Vue)

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

To Do List

  • Tree View
  • Drawer Menu

Discussing

About

N3-components = vue.js + n3 ui (Interface drived by data).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 75.9%
  • Vue 13.1%
  • CSS 11.0%