Skip to content
forked from libvue/core

An opensource collection of vue 3 components.

License

Notifications You must be signed in to change notification settings

TheDutchScorpion/core

 
 

Repository files navigation

logo

license npm (tag)

A collection of vue 3 components.

documentation - npm

Install

> npm install --save @libvue/core
// app.js
import { spaceAfter, LvButton, LvTable } from '@libvue/core';

// Register spaceAfter directive
app.directive('space-after', spaceAfter);

// Register Common Components
app.component('LvButton', LvButton);
app.component('LvTable', LvTable);
// app.scss
@import '@libvue/core';

About

An opensource collection of vue 3 components.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 86.1%
  • SCSS 7.3%
  • JavaScript 6.5%
  • HTML 0.1%