node-lib-cli
Version:
npm包开发脚手架,内置eslint,rollup,jest等相关组件,支持快速创建,开发,发布npm包
16 lines (13 loc) • 339 B
HTML
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>node-lib</title>
</head>
<body>
<h1>hello node-lib-cli</h1>
<script src="./index.bundle.js"></script>
</body>
</html>