phoenixframework/phoenix
Fork: 2868 Star: 21366 (更新于 2024-10-28 19:09:19)
license: MIT
Language: Elixir .
Peace of mind from prototype to production
最后发布版本: v1.5.3 ( 2020-06-26 19:06:09)
Peace of mind from prototype to production.
Getting started
See the official site at https://www.phoenixframework.org/.
Install the latest version of Phoenix by following the instructions at https://hexdocs.pm/phoenix/installation.html#phoenix.
Phoenix requires Elixir v1.11+ & Erlang v22.1+.
Documentation
API documentation is available at https://hexdocs.pm/phoenix.
Phoenix.js documentation is available at https://hexdocs.pm/phoenix/js.
Contributing
We appreciate any contribution to Phoenix. Check our CODE_OF_CONDUCT.md and CONTRIBUTING.md guides for more information. We usually keep a list of features and bugs in the issue tracker.
Generating a Phoenix project from unreleased versions
You can create a new project using the latest Phoenix source installer (the phx.new
Mix task) with the following steps:
- Remove any previously installed
phx_new
archives so that Mix will pick up the local source code. This can be done withmix archive.uninstall phx_new
or by simply deleting the file, which is usually in~/.mix/archives/
. - Copy this repo via
git clone https://github.com/phoenixframework/phoenix
or by downloading it - Run the
phx.new
Mix task from within theinstaller
directory, for example:
cd phoenix/installer
mix phx.new dev_app --dev
The --dev
flag will configure your new project's :phoenix
dep as a relative path dependency, pointing to your local Phoenix checkout:
defp deps do
[{:phoenix, path: "../..", override: true},
To create projects outside of the installer/
directory, add the latest archive to your machine by following the instructions in installer/README.md
To build the documentation from source:
npm install --prefix assets
MIX_ENV=docs mix docs
To build Phoenix from source:
mix deps.get
mix compile
To build the Phoenix installer from source:
mix deps.get
mix compile
mix archive.build
Building phoenix.js
cd assets
npm install
Important links
-
Visit Phoenix's sponsor, DockYard, for expert Phoenix Consulting
Copyright and License
Copyright (c) 2014, Chris McCord.
Phoenix source code is licensed under the MIT License.
最近版本更新:(数据更新于 2024-08-29 16:10:09)
2020-06-26 19:06:09 v1.5.3
2016-08-12 03:49:39 v1.2.1
2016-06-23 23:51:11 v1.2.0
2016-06-04 06:10:19 v1.2.0-rc.1
2016-05-01 21:02:05 v1.2.0-rc.0
2016-01-20 23:35:11 v1.1.3
2016-01-09 04:48:03 v1.1.2
2015-12-27 04:13:30 v1.1.1
2015-12-16 23:14:03 v1.1.0
2015-12-01 05:51:39 v1.0.4
主题(topics):
api-server, distributed, elixir, realtime, web-framework
phoenixframework/phoenix同语言 Elixir最近更新仓库
2024-10-30 02:19:37 teslamate-org/teslamate
2024-09-07 03:11:29 firezone/firezone
2024-07-07 05:20:46 elixir-lang/elixir
2024-04-11 02:26:13 zoonk/archived-zoonk
2020-06-04 03:23:12 phoenixframework/phoenix_live_dashboard
2020-05-21 18:42:23 bnb-chain/bsc-explorer