simple-server:用koa2创建的有趣服务器

时间:2024-05-31 23:16:30
【文件属性】:

文件名称:simple-server:用koa2创建的有趣服务器

文件大小:17KB

文件格式:ZIP

更新时间:2024-05-31 23:16:30

node server koa2 JavaScript

简单服务器 使用Koa2实现的简单服务器,您可能不想使用它。 用法 # Clone the repository git clone git@github.com:hijiangtao/simple-server.git # Enter into the folder cd repoUrl # Install and test the application npm install npm run dev 结构 路由:所有路由规则应放在router文件夹中,以root.js和user.js ; 视图:所有视图模板都应放在views文件夹中,当您要将新页面添加到当前应用程序时,需要使用路由进行编码。 静态资产:中的所有文件public文件夹是静态的资产,其中包括css , js和img内部三种类型的子文件夹。 您可以使用/[type]/[name].[suffix]类的规则直接将其包含在


【文件预览】:
simple-server-master
----router()
--------user.js(194B)
--------root.js(257B)
----conf()
--------db.js(171B)
----public()
--------img()
--------js()
--------css()
----views()
--------home.ejs(635B)
--------components()
----webpack.config.js(1KB)
----.babelrc(128B)
----util()
--------base.js(303B)
--------agg-utils.js(81B)
--------methods()
--------params.js(74B)
----LICENSE(11KB)
----README.md(2KB)
----api()
--------v1()
----.gitignore(910B)
----index.js(973B)
----package.json(1KB)

网友评论