goqoo-on-kintone / kintone-proxy-config-setting-plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kintone Proxy Config Setting Plugin

English | 日本語

This plugin provides UI for using kintone.plugin.app.setProxyConfig().

How to use

We will not distribute the plug-ins in Zip format, so please package the plug-ins on your own.

Environment setup

Install

git clone https://github.com/goqoo-on-kintone/kintone-proxy-config-setting-plugin.git
cd kintone-proxy-config-setting-plugin
yarn install

Create certificates for production and development

yarn create-ppk
mv xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.ppk private-production.ppk
yarn create-ppk
mv xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx.ppk private-development.ppk

Build and deploy for production

Packaging and uploading in sequence.

yarn package:production # Created dist/plugin-production.zip
yarn upload:production

Build and deploy for development

Packaging and uploading is done only once, and subsequent development is done via the local server.
While the local server is down, the uploaded program runs.

yarn package:development # Created dist/plugin-development.zip
yarn upload:development
yarn start

About

License:MIT License


Languages

Language:TypeScript 89.1%Language:JavaScript 6.0%Language:HTML 2.8%Language:CSS 2.1%