DMVC-boilerplate:分布式模型视图控制器样板

时间:2021-06-22 08:10:44
【文件属性】:
文件名称:DMVC-boilerplate:分布式模型视图控制器样板
文件大小:100KB
文件格式:ZIP
更新时间:2021-06-22 08:10:44
JavaScript 要求 如何安装 npm install bower install 下载 Chrome LiveReload 插件 发展 npm run dev 转到本地 IP,而不是 localhost,例如 对state.json更改将自动重启节点 代理到后端 在config.json配置 IP 到后端 npm run proxy 转到本地 IP,而不是 localhost,例如 为生产而构建 gulp deploy 文件在dist/文件夹中可用 申请流程 收到 index.html 客户端创建 cookie (WebsocketService.js) 客户端通过端口 23112 连接到 websocket 客户端接收一个状态对象,该对象映射到路由状态转换和状态放在 $rootScope 上,使其可用于整个应用程序 客户端可以触发一个动作AppService.action('what
【文件预览】:
DMVC-boilerplate-master
----server()
--------index.js(1KB)
--------controller.js(2KB)
----Gulpfile.js(4KB)
----package.json(1KB)
----assets()
--------fonts()
--------index.html(805B)
----server.js(2KB)
----app()
--------hs.irc.translate.js(1KB)
--------templates()
--------WebsocketService.js(3KB)
--------HSDropdownModule.js(4KB)
--------controllers()
--------main.js(3KB)
--------directives()
--------AppService.js(3KB)
----npm-debug.log(1KB)
----.gitignore(47B)
----styles()
--------main.css(0B)
----README.md(2KB)
----bower.json(442B)
----config.json(151B)

网友评论