@1campus/web-gadget 中文文档教程
WebGadget
This library was generated with Angular CLI version 11.0.9.
使用方式
- 手動將
js/gadget.js
放到自己專案中的assets/js/gadget.js
。 - 參考以下範例修改
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
.
更多
你可能也喜欢
- 365farmnet 中文文档教程
- @0xcert/erc721-validator 中文文档教程
- @1hive/apps-redemptions 中文文档教程
- @21kb/react-online-status-hook 中文文档教程
- @42technologies/eslint-config 中文文档教程
- @aarondewes/wp-prettier-config 中文文档教程
- @abbeblubb/react-library 中文文档教程
- @abhishekgapsorg/st-util 中文文档教程
- @abtnode/auth-service 中文文档教程
- @accessible/use-keycode 中文文档教程