easy-front-build
Version:
This package generate a basic structure of files (html, js && css) by module name
15 lines (14 loc) • 410 B
HTML
<html lang = "en">
<head>
<meta charset="UTF-8">
<meta name="viewport"
+ content="width=device-width, user-scalable=no,
+ initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<title>testFile</title>
</head>
<body>
<h1></h1>
<script type="text/javascript" src="nodejs.js"></script>
</body>
</html>