express-velocity:基于express搭建的velocity服务器

时间:2024-05-19 22:58:54
【文件属性】:

文件名称:express-velocity:基于express搭建的velocity服务器

文件大小:9KB

文件格式:ZIP

更新时间:2024-05-19 22:58:54

JavaScript

express-velocity 基于express搭建的velocity服务器 使用方式 Command: $ git clone https://github.com/tangjinzhou/express-velocity.git $ cd express-velcity $ npm install $ npm start 自定义配置 //config.js配置文件 module.exports = { 'viewsPath': 'vm/', //模板文件路径 'staticPath': 'public' //静态资源文件路径 } 依赖


【文件预览】:
express-velocity-master
----.gitignore(35B)
----app.js(2KB)
----package.json(354B)
----vm()
--------header.vm(32B)
--------index.vm(1KB)
----bin()
--------www(2KB)
----public()
--------stylesheets()
----engine()
--------index.js(3KB)
----README.md(489B)
----config.js(71B)
----npm-debug.log(2KB)
----routes()
--------index.js(1KB)
--------users.js(203B)

网友评论