文件名称:chen:Pomf 克隆
文件大小:300KB
文件格式:ZIP
更新时间:2024-08-04 18:14:42
Elixir
陈 在 Phoenix 框架上用 Elixir 编写的 Pomf 替换。 写这篇文章纯粹是为了好玩和用 Elixir 做一些实验。 使用mix deps.get安装依赖mix deps.get 使用bower install安装 js 依赖项 使用npm install安装 brunch.io 将字体文件从 UIKit 复制到/priv/static/fonts 使用mix phoenix.server启动 Phoenix 端点 现在您可以从浏览器访问localhost:4000 。 配置 使用文件dev.secret.exs和prod.secret.exs覆盖默认配置选项
【文件预览】:
chen-master
----brunch-config.js(1KB)
----mix.exs(1KB)
----config()
--------prod.exs(2KB)
--------test.exs(660B)
--------config.exs(1KB)
--------dev.exs(1KB)
----package.json(289B)
----priv()
--------static()
--------repo()
----test()
--------models()
--------support()
--------controllers()
--------views()
--------test_helper.exs(218B)
----mix.lock(575B)
----LICENSE.md(1KB)
----.gitignore(665B)
----web()
--------models()
--------router.ex(484B)
--------templates()
--------web.ex(2KB)
--------controllers()
--------static()
--------views()
----lib()
--------chen()
--------chen.ex(954B)
----README.md(539B)
----bower.json(907B)