vue-vi-ui

0.1.0 • Public • Published

Vi-Ui

Travis CI NPM version dependencies status MIT License

Read the documentation

Install:

Using NPM:

npm install --save vue-vi-ui

Or the CDN:

<script src="https://unpkg.com/vue-vi-ui/dist/vi-ui.min.js"></script>
<link rel="stylesheet" href="https://unpkg.com/vue-vi-ui/dist/vi-ui.min.css">

How to use:

import 'vue-vi-ui/dist/vi-ui.min.css';
 
import Vue from 'vue';
import ViUi from 'vue-vi-ui';
 
Vue.use(ViUi);
 
export default {
  name: 'app',
}

Import the fonts

Vi-Ui is made to use the fonts Montserrat e Source Sans Pro:

<link href="https://fonts.googleapis.com/css?family=Montserrat:400,500|Source+Sans+Pro:400,400i,700,700i" rel="stylesheet">

or use the css import (slower):

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500|Source+Sans+Pro:400,400i,700,700i');

Apply the Vi-Ui style

Apply the class ViComponent to the body for global or where you want to use the Vi-Ui.

Visual Code extension

You can use the viui-vscode extension to get some snippets and autocomplete when developing something with Vi-Ui.

Contribution, Feature Resquests and Bug Report

See our issues page.

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.1.02latest
0.0.10-beta60beta

Version History

VersionDownloads (Last 7 Days)Published
0.1.02
0.0.2517
0.0.240
0.0.230
0.0.220
0.0.210
0.0.200
0.0.190
0.0.180
0.0.170
0.0.160
0.0.150
0.0.140
0.0.130
0.0.120
0.0.10-beta60
0.0.10-beta50
0.0.10-beta40
0.0.10-beta30
0.0.10-beta20
0.0.100
0.0.90
0.0.80
0.0.70
0.0.60
0.0.40
0.0.30
0.0.20
0.0.10

Package Sidebar

Install

npm i vue-vi-ui

Homepage

viui.dev/

Weekly Downloads

19

Version

0.1.0

License

MIT

Unpacked Size

833 kB

Total Files

68

Last publish

Collaborators

  • gilsonsouza
  • jeancosouza
  • lucasnunesvitta
  • marcioibm
  • taciomedeiros
  • vitta