Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Peace of mind from prototype to production

License

NotificationsYou must be signed in to change notification settings

phoenixframework/phoenix

Phoenix logo

Peace of mind from prototype to production.

Build StatusHex.pmDocumentation

Getting started

See the official site athttps://www.phoenixframework.org/.

Install the latest version of Phoenix by following the instructions athttps://hexdocs.pm/phoenix/installation.html#phoenix.

Documentation

API documentation is available athttps://hexdocs.pm/phoenix.

Phoenix.js documentation is available athttps://hexdocs.pm/phoenix/js.

Contributing

We appreciate any contribution to Phoenix. Check ourCODE_OF_CONDUCT.md andCONTRIBUTING.md guides for more information. We usually keep a list of features and bugs in theissue tracker.

Generating a Phoenix project from unreleased versions

You can create a new project using the latest Phoenix source installer (thephx.new Mix task) with the following steps:

  1. Remove any previously installedphx_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/.
  2. Copy this repo viagit clone https://github.com/phoenixframework/phoenix or by downloading it
  3. Run thephx.new Mix task from within theinstaller directory, for example:
cd phoenix/installermix 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:

defpdepsdo[{:phoenix,path:"../..",override:true},

To create projects outside of theinstaller/ directory, add the latest archive to your machine by following the instructions ininstaller/README.md

Building from source

To build the documentation:

npm installMIX_ENV=docs mix docs

To build Phoenix:

mix deps.getmix compile

To build the Phoenix installer:

mix deps.getmix compilemix archive.build

To build Phoenix.js:

cd assetsnpm install

Important links

Copyright and License

Copyright (c) 2014, Chris McCord.

Phoenix source code is licensed under theMIT License.


[8]ページ先頭

©2009-2025 Movatter.jp