Skip to content

node中间层框架,包含身份验证,日志保存,请求过滤等

Notifications You must be signed in to change notification settings

zhangjiegh/nodepro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

程序相关

发现bug,能指点我的发问题到[email protected],先谢过

包含了grunt,layui,微信相关,后台模版,waterline

网络请求需要先经过过滤器 在core/config里面配置,没有配置将回到index界面

微信相关 需要配置wx/config里面配置 然后使用微信模拟器,并修改C:\Windows\System32\drivers\etc\hosts

加载依赖包

npm install

启动

启动 npm start

启动 实时监听

启动grunt grunt server

工程目录

  • bin (服务启动)
  • core (工具,核心代码)
  • dist (生成压缩包)
  • logs (通过../core/util/logger 生成本地log)
  • node_modules (依赖包)
  • public (前端静态文件)
  • routes (后端js接口)
  • views (前端模板页)
  • app.js (程序入口文件)
  • package,json (工程依赖说明)
  • Gruntfile.js(构建工具)

打包

配置路径

命令grunt install 打包

About

node中间层框架,包含身份验证,日志保存,请求过滤等

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published