alice1017 / kintone-vue-component

Kintone のデザインに合わせた Vue コンポーネントです。

Home Page:https://mid0111.github.io/kintone-vue-component/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kintone-vue-component

Kintone のデザインに合わせた Vue コンポーネントです。
kintone/kintone-ui-component を元に作成した非公式ライブラリです。

使い方

main.js で以下のようにインポートして利用します。

import Vue from 'vue';

import KintoneVueComponent from 'kintone-vue-component';
import 'kintone-vue-component/dist/kintone-vue-component.css';
Vue.use(KintoneVueComponent);

ドキュメント

https://mid0111.github.io/kintone-vue-component/

開発

ビルド

npm run build

デモ起動

npm run demo

ドキュメントサーバ起動

cd docs
bundle exec jekyll serve

About

Kintone のデザインに合わせた Vue コンポーネントです。

https://mid0111.github.io/kintone-vue-component/


Languages

Language:Vue 85.9%Language:JavaScript 11.2%Language:CSS 2.4%Language:HTML 0.6%