UNPKG
@eas-framework/server
Version:
latest (1.5.8)
1.5.8
1.5.7
1.5.6
1.5.5
1.5.4
1.5.3
1.5.2
1.5.1
1.5.0
1.4.4
1.4.3
1.4.2
1.4.1
1.4.0
1.3.2
1.3.1
1.3.0
1.2.0
1.1.2
1.1.1
1.1.0
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
Node.js framework, with a lot of built in features
eas-framework.ml
eas-framework/eas-framework
@eas-framework/server
/
dist
/
SystemData
/
WWWCompile
/
compile
/
import_extension
/
index.page.ts
1 lines
•
84 B
text/typescript
View Raw
1
import
{data}
from
"./json_data.json"
;
const
echoData
=(
)=>
write
(
`<p>data:
${data}
</p>`
);