文件名称:todos_phoenix_ember_example:一个非常基本的Todo示例,将Ember-CLI,Ember和Phoenix框架一起使用
文件大小:104KB
文件格式:ZIP
更新时间:2024-05-31 18:05:34
JavaScript
TodoChannels 一个非常基本的示例,将/ ember-cli / ember-cli-todos与Phoenix后端一起使用。 入门 要启动新的Phoenix和Ember-Cli应用程序,请执行以下操作: 使用mix deps.get安装依赖mix deps.get 使用mix phoenix.server启动Phoenix端点 运行Ember-Cli应用程序 cd client npm install bower install ember s 现在,您可以从浏览器访问localhost:4200 。 运行测试套件 运行selinum服务器selenium-server 运行测试mix test