文件名称:hello_phoenix
文件大小:50KB
文件格式:ZIP
更新时间:2024-06-28 08:35:25
JavaScript
你好凤凰 要启动新的 Phoenix 应用程序: 使用mix deps.get安装依赖mix deps.get 使用mix phoenix.server启动 Phoenix 端点 现在您可以从浏览器访问localhost:4000 。
【文件预览】:
hello_phoenix-master
----mix.lock(527B)
----.gitignore(372B)
----mix.exs(1KB)
----priv()
--------static()
----README.md(207B)
----web()
--------templates()
--------web.ex(2KB)
--------views()
--------controllers()
--------router.ex(496B)
----config()
--------test.exs(489B)
--------config.exs(854B)
--------prod.exs(2KB)
--------dev.exs(981B)
----lib()
--------hello_phoenix()
--------hello_phoenix.ex(1002B)
----test()
--------support()
--------views()
--------test_helper.exs(226B)
--------controllers()