0.0.6 • Published 3 years ago

ksdhy v0.0.6

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

使用说明

nodejs封装类express的框架

  • 使用说明:

  • 安装:npm install ksdhy

使用说明:

const app = require('ksdhy');

app.get("/login",(req,res)=>{
    res.end("访问到登录页")
})

app.get("/index",(req,res)=>{
    res.end("访问到首页")
})

app.listen(8080,()=>{
    console.log("running...");
})
0.0.5

3 years ago

0.0.6

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago