文件名称:phoenix-crud-example:凤凰城脚手架应用示例
文件大小:61KB
文件格式:ZIP
更新时间:2024-06-13 12:38:11
CSS
长生不老药 要启动新的Phoenix应用程序: 使用mix deps.get安装依赖mix deps.get 使用mix phoenix.server启动Phoenix端点 现在,您可以从浏览器访问localhost:4000 。
【文件预览】:
phoenix-crud-example-master
----mix.lock(577B)
----.gitignore(596B)
----mix.exs(1KB)
----package.json(289B)
----priv()
--------repo()
--------static()
----README.md(205B)
----web()
--------templates()
--------web.ex(2KB)
--------models()
--------static()
--------views()
--------controllers()
--------router.ex(527B)
----config()
--------test.exs(500B)
--------config.exs(843B)
--------prod.exs(2KB)
--------dev.exs(1KB)
----lib()
--------elixir_blog()
--------elixir_blog.ex(990B)
----brunch-config.js(1KB)
----test()
--------support()
--------models()
--------views()
--------test_helper.exs(224B)
--------controllers()