UNPKG
@ventum-digital/iiq-plugin-project-generator
Version:
latest (1.1.3)
1.1.3
1.1.2
1.1.1
1.1.0
1.0.2
1.0.1
1.0.0
A npm tool to set-up the project structure for developing an IIQ Plugin.
@ventum-digital/iiq-plugin-project-generator
/
templates
/
plugin
/
base
/
sources
/
frontend
/
src
/
snippet.ts
5 lines
(3 loc)
•
79 B
text/typescript
View Raw
1
2
3
4
5
document
.
addEventListener
(
'DOMContentLoaded'
,
() =>
{
// Your code here
});