# nodejs-cms-master **Repository Path**: losty/nodejs-cms-master ## Basic Information - **Project Name**: nodejs-cms-master - **Description**: nodejs'的文本编辑器+typescript - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-01-04 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Hello nodejs-cms-master https://v4.bootcss.com/docs/4.0/getting-started/introduction/ 1 git pull 仓库地址 2 git add -all 3 git commit -m 'firsr commit' 4 git remote add origin 地址 5 git push -u origin master 再次使用 git add --all git commit -m 'second' git push 1 工具类 函数:日期转换 数据格式 错误日志 提示类 辅助函数 2 配置信息 字典 key-value 常量 数据库配置信息 服务器的信息 端口 第三方的api 配置host 3 日志 1 存储文件 2 存储数据库 1 错误日志 2 敏感操作的日志 3 4 数据库 module 实体映射 service 操作数据库 web express koa mobile ionic html5 corrova phongap window nw.js electron javascript html5 jade ejs iframe { "apps" : [{ "name" : "cms", "script" : "bin/www", "log_date_format" : "YYYY-MM-DD HH:mm:SS", "log_file" : "logs/app1.log", "error_file" : "logs/app1-err.log", "out_file" : "logs/app1-out.log", "pid_file" : "logs/app1.pid", "exec_mode" : "cluster_mode", "watch" : true }] }