文件名称:phx_nuxt_example:Phoenix + Nuxt + Websockets
文件大小:205KB
文件格式:ZIP
更新时间:2024-06-01 11:13:19
Elixir
PhxNuxt示例 要启动Phoenix服务器: 使用mix deps.get安装依赖mix deps.get 使用mix ecto.create && mix ecto.migrate创建和迁移数据库 使用cd assets && npm install安装Node.js依赖项 使用mix phx.server启动Phoenix端点 现在,您可以从浏览器访问 。 准备好投入生产了吗? 请。 学到更多 官方网站: : 指南: : 文件: : 邮件列表: : 资料来源: :
【文件预览】:
phx_nuxt_example-master
----mix.lock(4KB)
----client()
--------components()
--------middleware()
--------assets()
--------static()
--------README.md(395B)
--------layouts()
--------store()
--------plugins()
--------pages()
----.gitignore(637B)
----mix.exs(2KB)
----package.json(701B)
----assets()
--------.babelrc(40B)
--------package.json(673B)
--------package-lock.json(126KB)
--------webpack.config.js(1018B)
--------js()
--------static()
--------css()
--------yarn.lock(178KB)
----priv()
--------repo()
--------gettext()
----nuxt.config.js(1017B)
----.eslintrc.js(484B)
----README.md(764B)
----config()
--------test.exs(535B)
--------config.exs(979B)
--------prod.exs(2KB)
--------dev.exs(2KB)
----lib()
--------phx_nuxt_example_web.ex(2KB)
--------phx_nuxt_example()
--------phx_nuxt_example.ex(265B)
--------phx_nuxt_example_web()
----test()
--------support()
--------test_helper.exs(78B)
--------phx_nuxt_example_web()
----.editorconfig(207B)
----yarn.lock(212KB)