@1campus/web-gadget 中文文档教程

发布于 4年前 浏览 22 更新于 3年前

WebGadget

This library was generated with Angular CLI version 11.0.9.

使用方式

  1. 手動將 js/gadget.js 放到自己專案中的 assets/js/gadget.js
  2. 參考以下範例修改 index.html
<html>
<head>
  <script src="assets/js/gadget.js"></script>
  <script>
    init({
      application: "dev.sh_d",
      oAuth: {
        clientID: 'client id',
        clientSecret: 'client secret string',
        account: '',
        password: ''
      },
      paramValues: {
      }
    });
  </script>
</head>
<body>
  <app-root></app-root>
</body>
</html>

Build

Run ng build web-gadget to build the project. The build artifacts will be stored in the dist/ directory.

Publishing

After building your library with ng build web-gadget, go to the dist folder cd dist/web-gadget and run npm publish.

    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文