UNPKG
hope-fe-cli
Version:
latest (0.1.3)
0.1.3
0.1.2
0.1.1
0.1.0
0.0.9
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
cli for hope frondend project
github.com/huruji/hope-fe-cli
huruji/hope-fe-cli
hope-fe-cli
/
templates
/
project
/
Web
/
dist
/
js
/
helloworld.js
1 lines
•
99 B
JavaScript
View Raw
1
"use strict"
;
var
hello=
function
(
o
){o.
addEventListener
(
function
(
){
console
.
log
(
"hello, world"
)},!
1
)};