karos-ui
v1.4.2
Published
Welcome to karos ui This is the karos UI developpement panel, this is still a Work in progress, use with care !
Downloads
5
Readme
Karos Ui
Welcome to karos ui This is the karos UI developpement panel, this is still a Work in progress, use with care !
Karos Ui exclusively works with vue.js ( if you're not familiar with, you might start here first ).
You can test karos ui here : www.karos.fr/karos-ui/
Please, respect graphic chart for all developpement at karos. This project is maintain by Arthur Rob, if you encounters issues, open one on bitbucket, slack me or even email me ( [email protected] ) !
Getting started
Install
Yarn or npm works perfectly, is that simple :
yarn add karos-ui
It's plugin, so then in your main js file, where you initialize vue:
'use strict'
import Vue from 'vue'
import karosUi from 'karos-ui'
Vue.use(karosUi)
var app = new Vue({
el: '#app',
data: {
message: 'Hello Vue!'
}
})
Usage
In your template, you can use karos ui element this way:
Documentation
Comming Soon !
Atm you can go here to Have a first look at doc !