0.2.0 • Published 5 years ago

@yokotaso/kintone-ui-component v0.2.0

Weekly downloads
-
License
MIT License
Repository
github
Last release
5 years ago

kintone UI Component

Usage

For javascript

Step 1: Use below files from './dist' folder

 ./dist/kintone-ui-component.min.js
 ./dist/kintone-ui-component.min.css

Step 2: Upload them to kintone following help site. (Setting JavaScript Customization on kintone) Or add the copied URL.

For React

Step 1: Create react project

$ npm install -g create-react-app
$ create-react-app my-customization

Step 2: Install kintone-ui-component

  • Install kintone-ui-component from npm.
$ cd my-customization
$ npm install @kintone/kintone-ui-component --dev
  • If you don't want to install kintone-ui-component from npm, you can follow below steps to install it.
$ git clone https://github.com/kintone/kintone-ui-component.git
$ cd my-customization
$ npm link ../kintone-ui-component

Document

kintone UI Component

How to build

Requirement

* Node.js
* Git

For javaScript

$ git clone https://github.com/kintone/kintone-ui-component.git
$ cd kintone-ui-component
$ npm install
$ npm run build

Output

./dist/kintone-ui-component.min.js
./dist/kintone-ui-component.min.css

For React

$ git clone https://github.com/kintone/kintone-ui-component.git
$ cd kintone-ui-component
$ npm install
$ npm run compile

Output

./lib/

License

MIT License

Copyright

Copyright(c) Cybozu, Inc.