All Projects → vitta-health → Vi-Ui

vitta-health / Vi-Ui

Licence: MIT license
💙 A simple but consistent user interface made for Vue

Programming Languages

Vue
7211 projects
javascript
184084 projects - #8 most used programming language
stylus
462 projects
CSS
56736 projects
shell
77523 projects

Projects that are alternatives of or similar to Vi-Ui

vue-element-admin-ts
vue-element-admin 的 typescript 版本
Stars: ✭ 101 (+140.48%)
Mutual labels:  webpack4, vue-cli-3
eruda-webpack-plugin
A webpack plugin of eruda to help you develop mobile app
Stars: ✭ 56 (+33.33%)
Mutual labels:  webpack4
revue
Revue provides a helpful interface for testing Vue components
Stars: ✭ 16 (-61.9%)
Mutual labels:  vue-components
vue-cli-template-library
Template for developing open-source vue.js libraries with Rollup + Jest + Babel + Storybook + TravisCI + SemanticRelease
Stars: ✭ 61 (+45.24%)
Mutual labels:  vue-components
VueXcode
Syntax highlighting for .Vue components and .mustache templates in Xcode
Stars: ✭ 25 (-40.48%)
Mutual labels:  vue-components
webpack-playground
No description or website provided.
Stars: ✭ 16 (-61.9%)
Mutual labels:  webpack4
Vue Form Json Schema
Create forms using JSON schema. Bring your components!
Stars: ✭ 253 (+502.38%)
Mutual labels:  vue-components
vue-virtualised
Blazing fast scrolling and updating for any amount of list and hierarchical data.
Stars: ✭ 18 (-57.14%)
Mutual labels:  vue-components
ultimate-hot-boilerplate
🚀 node-react universal app boilerplate with everything on hot reload, SSR, GraphQL, Flow included
Stars: ✭ 35 (-16.67%)
Mutual labels:  webpack4
eva
Évaluer en ligne les compétences transversales à travers des mises en situation professionnelles
Stars: ✭ 14 (-66.67%)
Mutual labels:  webpack4
olivia-ai.org
💻 The website and an online client for Olivia
Stars: ✭ 26 (-38.1%)
Mutual labels:  vue-cli-3
vue-dynamic
Load stringified or normal Vue components dynamically!
Stars: ✭ 44 (+4.76%)
Mutual labels:  vue-components
vue-swimlane
A Text Swimlane plugin for Vue.js
Stars: ✭ 71 (+69.05%)
Mutual labels:  vue-components
vue-cli3-example
🍭 A Mand Mobile project example for @vue/cli 3.0
Stars: ✭ 25 (-40.48%)
Mutual labels:  vue-cli-3
webpack-boilerplate
Webpack 4 boilerplate (babel, eslint, prettier, jest, sass, postcss, hmr, browsersync)
Stars: ✭ 33 (-21.43%)
Mutual labels:  webpack4
Element
A Vue.js 2.0 UI Toolkit for Web
Stars: ✭ 51,416 (+122319.05%)
Mutual labels:  vue-components
new-ara-web
KAIST Community Ara Renewal Project
Stars: ✭ 19 (-54.76%)
Mutual labels:  vue-cli-3
MyMina
小程序工程化实践
Stars: ✭ 73 (+73.81%)
Mutual labels:  webpack4
create-vue-component
Create Vue component with no configurations.
Stars: ✭ 85 (+102.38%)
Mutual labels:  vue-components
vue-thailand-address-autocomplete
🇹🇭 Autocomplete ที่อยู่ในประเทศไทย
Stars: ✭ 49 (+16.67%)
Mutual labels:  vue-components

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].