/kintone-vue-component

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

Primary LanguageVue

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