meanjs-calendar:Mean.js的Angular.js UI日历模块

时间:2024-05-31 16:33:05
【文件属性】:

文件名称:meanjs-calendar:Mean.js的Angular.js UI日历模块

文件大小:20KB

文件格式:ZIP

更新时间:2024-05-31 16:33:05

JavaScript

意思是日历 Mean.js的Angular.js UI日历模块 这主要是作为Mean.js学习者的附加演示模块。 它是作为Mean.js CRUD模块的简单集成。 我试图将其尽可能简化,以使其易于理解,并添加了解释性注释。 安装 从下载.zip文件。 不要克隆仓库。 解压缩文件,并将目录从meanjs-calendar-master重命名为calendar 。 将目录与articles , chat , core和users一起放入项目的modules目录中。 为了确保正确安装依赖项,我们需要将它们添加到bower.json文件中。 从"dependencies"对象(第18-19行)的末尾开始,添加angular-ui-calendar依赖项,然后按如下所示修改文件的其余部分。 请注意resolutions的增加和对overrides的修改,以将jquery包含为angular的依赖项


【文件预览】:
meanjs-calendar-master
----README.md(4KB)
----tests()
--------server()
--------client()
--------e2e()
----server()
--------routes()
--------models()
--------config()
--------controllers()
--------policies()
----client()
--------css()
--------services()
--------views()
--------config()
--------controllers()
--------calendar.client.module.js(376B)

网友评论