UNPKG
gia-cli
Version:
latest (7.1.10)
7.1.10
7.1.9
7.1.8
7.1.7
7.1.6
7.1.5
7.1.4
7.1.3
7.1.2
7.1.1
7.1.0
7.0.1
7.0.0
6.4.1
6.4.0
6.3.4
6.3.3
6.3.2
6.3.1
6.3.0
6.2.0
6.1.0
6.0.9
6.0.8
6.0.7
6.0.6
6.0.5
6.0.4
6.0.3
6.0.2
6.0.1
6.0.0
5.0.0
4.6.0
4.5.0
4.4.0
4.3.0
4.2.0
4.1.0
4.0.1
3.6.1
3.6.0
3.5.0
3.4.0
3.3.0
3.2.2
3.2.1
3.2.0
3.1.0
3.0.1
3.0.0
2.0.1
2.0.0
1.0.1
1.0.0
0.1.1
Guardian US Interactive CLI tool
gia-cli
/
templates
/
atom
/
root
/
src
/
app
/
main.js
7 lines
(4 loc)
•
164 B
JavaScript
View Raw
1
2
3
4
5
6
7
import
Main
from
'./Main.html'
;
const
target =
document
.
querySelector
(
'.interactive-atom .gia'
); target.
innerHTML
=
''
;
// TODO hydration
new
Main
({ target });