文件名称:link_extractor_web:链接提取器网络
文件大小:49KB
文件格式:ZIP
更新时间:2024-07-11 22:31:33
JavaScript
LinkExtractorWeb 要启动新的 Phoenix 应用程序: 使用mix deps.get安装依赖mix deps.get 使用mix phoenix.server启动 Phoenix 端点 现在您可以从浏览器访问localhost:4000 。
【文件预览】:
link_extractor_web-master
----mix.exs(788B)
----priv()
--------static()
----lib()
--------link_extractor_web.ex(951B)
--------link_extractor_web()
----web()
--------views()
--------controllers()
--------router.ex(594B)
--------templates()
--------view.ex(490B)
----config()
--------locales()
--------test.exs(192B)
--------prod.exs(1KB)
--------config.exs(790B)
--------dev.exs(368B)
----test()
--------link_extractor_web_test.exs(855B)
--------test_helper.exs(59B)
----README.md(211B)
----mix.lock(570B)
----.gitignore(34B)