1.安裝NodeJs(10版本以上)
2.npm install -g @kintone/create-plugin
npm install -g
@kintone
/create-plugin
3.創建工程
1)create-kintone-plugin dir_name(一直未好用)
2)npx @kintone/create-plugin ${name} (好用)
4.執行檢查代碼
npm run lint
5.工程打包
npm start
Kintone的插件的構築手順(Webpack)
原文:https://www.cnblogs.com/wzhw2015/p/14869753.html