feat: 1-模板约定
This commit is contained in:
4
src/global.less
Normal file
4
src/global.less
Normal file
@@ -0,0 +1,4 @@
|
||||
body, html {
|
||||
width: 100%;
|
||||
min-height: 100vh;
|
||||
}
|
||||
11
src/pages/document.ejs
Normal file
11
src/pages/document.ejs
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
|
||||
<link rel="stylesheet" href="/umi.css" />
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
<script src="/umi.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user