1.0.44 • Published 5 years ago

express-kit v1.0.44

Weekly downloads
2
License
ISC
Repository
github
Last release
5 years ago

Express-Kit

适用于node-express作为页面server. 简单html页面

_build.js

require('express-kit').build(__dirname);

router

router.get('/admin',function(req,res){
    var p = path.join(__dirname,'../../static/admin');
    ExpressKit.render(req,res,{},p);
});

HTML

<!DOCTYPE html>
<html lang="zh-CN">
<head>
    <meta http-equiv="content-language" content="zh-CN" />
    <meta charset="UTF-8">
    <title></title>
    <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=yes"/>
    <meta name="screen-orientation" content="portrait" />
    <%- _includeStyle_ %>
</head>
<body>

<div id="mainBody">
    <router-view/>
</div>

<script src="/static/lib/vue-2.3.0/vue.min.js"></script>
<%- _includeScript_ %>
</body>
</html>
1.0.44

5 years ago

1.0.43

5 years ago

1.0.42

5 years ago

1.0.41

5 years ago

1.0.39

5 years ago

1.0.37

5 years ago

1.0.36

5 years ago

1.0.35

6 years ago

1.0.34

6 years ago

1.0.33

6 years ago

1.0.32

6 years ago

1.0.31

6 years ago

1.0.30

6 years ago

1.0.29

6 years ago

1.0.28

6 years ago

1.0.27

6 years ago

1.0.26

6 years ago

1.0.25

6 years ago

1.0.24

6 years ago

1.0.23

6 years ago

1.0.22

6 years ago

1.0.19

6 years ago

1.0.18

6 years ago

1.0.17

6 years ago

1.0.16

6 years ago

1.0.15

6 years ago

1.0.14

6 years ago

1.0.13

7 years ago

1.0.12

7 years ago

1.0.11

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago