phoenix 框架的中文文檔
未完成的部分
未完成的部分主要包括3類:
- 官方文檔倉庫中也沒有,比如測試的
controller
和 views 的章節(jié)。 - 不和國情的內(nèi)容,比如 heroku 的部署章節(jié),國內(nèi)無法訪問。
- 即將被遺棄的內(nèi)容,比如 exrm 部署章節(jié),即將被distillery替代。
未完成的章節(jié)結(jié)構(gòu)依然保留,在相應(yīng)章節(jié)的頂部做了說明。
Phoenix
視頻
內(nèi)容為
Phoenix的作者Chris McCord講述的 關(guān)于1.0版本的開發(fā)計(jì)劃以及現(xiàn)在的項(xiàng)目狀態(tài)(自備梯子)。
- Phoenix Takes Flight, Chris McCord
- Phoenix - a framework for the modern web , Chris McCord
Plug
一個(gè)
Phoenix重度依賴的,基于Elixir編寫的中間件。
Ecto
Phoenix的數(shù)據(jù)層
Phoenix HTML
Phoenix模板中使用的一些 Helper 方法。
ExUnit
Cowboy
Phoenix所依賴的webserver.
EEX
Phoenix的默認(rèn)的模板系統(tǒng)。
真實(shí)項(xiàng)目
phoenix-react-redux-template
- React
- Redux
- React router
- ES6/7
- Sass with Bourbon, Neat and Bitters
- Authentication via Guardian and jwt
phoenix-trello
Elixir 中文論壇
常用工具、庫
HexFaktor (監(jiān)視你的依賴)
Guardian (賬戶,權(quán)限等)
Hound (For browser automation and writing integration tests in Elixir)
Phoenix_ecto
Credo
Style
數(shù)據(jù)庫
《PostgreSQL手冊(cè)》中文翻譯項(xiàng)目
Elixir 教程
Programming elixir Elixir的入門(語言層面)知識(shí)
Elixir的高級(jí)知識(shí):OTP編程(也是入門)
elixir-koans (koans 系列)
30-days-of-elixir (以測試教學(xué),但版本不是很新)
簡書上的教程 (入門推薦)
Elixir examples
Learning Elixir (博客)
plataformatec (博客,質(zhì)量深度有保障)