文件名称:socialite:Phoenix LiveView的简单博客
文件大小:293KB
文件格式:ZIP
更新时间:2024-03-29 06:31:18
Elixir
社交名流 要启动Phoenix服务器: 使用mix deps.get安装依赖mix deps.get 使用mix ecto.setup创建和迁移数据库 使用npm install在assets目录中安装Node.js依赖项 使用mix phx.server启动Phoenix端点 现在,您可以从浏览器访问 。 准备好投入生产了吗? 请。 了解更多 官方网站: : 指南: : 文件: : 论坛: : 资料来源: :
【文件预览】:
socialite-main
----.gitignore(890B)
----README.md(739B)
----test()
--------support()
--------socialite_web()
--------test_helper.exs(71B)
----priv()
--------gettext()
--------repo()
----LICENSE(1KB)
----.credo.exs(7KB)
----config()
--------dev.exs(2KB)
--------prod.secret.exs(1KB)
--------config.exs(1KB)
--------prod.exs(2KB)
--------test.exs(765B)
----mix.lock(15KB)
----lib()
--------socialite_web()
--------socialite.ex(255B)
--------socialite()
--------socialite_web.ex(2KB)
----mix.exs(2KB)
----assets()
--------css()
--------static()
--------package.json(764B)
--------.babelrc(55B)
--------js()
--------webpack.config.js(1KB)
--------yarn.lock(240KB)
--------package-lock.json(721KB)
----.formatter.exs(159B)