1.0.0 • Published 3 years ago

kintone-vue-component v1.0.0

Weekly downloads
34
License
MIT
Repository
github
Last release
3 years ago

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
1.0.0

3 years ago

0.2.5

4 years ago

0.2.4

4 years ago

0.2.3

4 years ago

0.2.2

4 years ago

0.2.1

4 years ago

0.1.8

4 years ago

0.1.7

4 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago