Kintone的插件的構築手順(Webpack)

Posted on 2021-06-10 09:15  wzhw2015  阅读(43)  评论(0编辑  收藏  举报

1.安裝NodeJs(10版本以上)

2.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

Copyright © 2024 wzhw2015
Powered by .NET 8.0 on Kubernetes