# IMooc **Repository Path**: mrbian/IMooc ## Basic Information - **Project Name**: IMooc - **Description**: 在线教育平台 - **Primary Language**: NodeJS - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-11-09 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 备忘 - 不能及时更新可能是新添加的文件需要重启引入 - React不能引入bower的,需要引入node_modules里面的 ### Attention CSS 为防止全局污染,加入作用域为 bln ,名字缩写 ### 2017.7.19 - 图片懒加载 - 邮箱注册验证码,后台防攻击 - 文件存储方式、数据库存储文本 ### Attention import一定要写全后缀 ### todo - 多人协作, z-index、保证各个组件不相互影响,修改一个组件保证不需要动另一个组件 - 部署服务器和业务服务器热切换 - course页面和index页面不能同时jquery-lazyload 传assets的原因是服务器的内存不如本地电脑。 npm run start --node-flags --max-old-space-size=2048 --no-warnings