Skip to content

git-hacker/iAppraise

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iAppraise 匿名点评系统

活雷锋、渣男、渣女统统现形!

【原型设计】

https://github.com/git-hacker/iAppraise/milestones

【参与开发】

(〇)本机运行

  1. 安装 LeanCloud 命令行工具

  2. 登录 LeanCloud 账号

  3. 关联 LeanCloud 应用

  4. 安装、启动命令:

npm install

lean up

Web 服务 URL —— http://localhost:3000/

(一)前端架构

(二)后端架构

(三)编码规范

  • 缩进:4 半角空格
  • 行宽:80 半角字符
  • 留白:分隔符间一空格,较长语句间一空行
  • 语法:ECMAScript 5
  • API:HTML 5、CSS 3、ECMAScript 6

【注】请使用支持 EditorConfig 规范的代码编辑器(或 第三方插件)