文件名称:meetup-NY-meteor-ionic-chat:简单的聊天应用程序,带有离子,角流星和流星
文件大小:6KB
文件格式:ZIP
更新时间:2024-05-24 05:38:11
JavaScript
步骤0-开始 运行meteor create chat 运行meteor add angular driftyco:ionic 添加index.html 添加app.js 第1步-聊天视图 运行meteor add fourseven:scss 添加聊天模板和CtrlController 第2步-保存邮件 添加“角流星”作为角模块 添加Messages = new Meteor.Collection('messages'); 将角度流星集合分配给$ scope $scope.messages = $scope.$meteorCollection(Messages); 第3步-用户 运行meteor add accounts-password accounts-ui urigo:angular-blaze-template 添加到index.html <blaze-templat
【文件预览】:
meetup-NY-meteor-ionic-chat-master
----chat.scss(583B)
----.meteor()
--------versions(1KB)
--------.finished-upgraders(262B)
--------platforms(15B)
--------.gitignore(6B)
--------packages(371B)
--------.id(322B)
--------release(15B)
----index.html(1KB)
----app.js(2KB)
----README.md(888B)