0.6.10 • Published 7 years ago

gc-vue-components v0.6.10

Weekly downloads
-
License
ISC
Repository
gitlab
Last release
7 years ago

Gudat-Consulting-Vue-Components

build status coverage report

Installation

NPM

$ npm install gc-vue-components

CommonJS

var GcGrid = require('gc-vue-components/src/GcGrid');
// or
var alert = require('gc-vue-components').GcGrid;

new Vue({
  components: {
    GcGrid: GcGrid
  }
})

ES6

import GcGrid from 'gc-vue-components/src/GcGrid'
// or
import { GcGrid } from 'gc-vue-components'

new Vue({
  components: { GcGrid }
})

Examples

Running the examples:

$ npm install
$ npm run dev

Open http://localhost:8080