文件名称:hello_phoenix:phoenixframework.org 演练!
文件大小:51KB
文件格式:ZIP
更新时间:2024-06-29 17:39:00
CSS
你好凤凰 要启动新的 Phoenix 应用程序: 使用mix deps.get安装依赖mix deps.get 使用mix phoenix.server启动 Phoenix 端点 现在您可以从浏览器访问localhost:4000 。
【文件预览】:
hello_phoenix-master
----brunch-config.js(908B)
----mix.exs(987B)
----config()
--------prod.secret.exs(470B)
--------prod.exs(1KB)
--------test.exs(493B)
--------config.exs(854B)
--------dev.exs(1KB)
----package.json(393B)
----priv()
--------static()
----test()
--------support()
--------controllers()
--------test_helper.exs(226B)
----mix.lock(527B)
----.gitignore(306B)
----web()
--------router.ex(579B)
--------templates()
--------web.ex(2KB)
--------controllers()
--------static()
--------views()
----lib()
--------hello_phoenix.ex(1002B)
--------hello_phoenix()
----README.md(207B)