phoenix_live_view

Rich, real-time user experiences with server-rendered HTML

  • 所有者: phoenixframework/phoenix_live_view
  • 平台:
  • 許可證: MIT License
  • 分類:
  • 主題:
  • 喜歡:
    0
      比較:

Github星跟蹤圖

Phoenix LiveView

Actions Status

Phoenix LiveView enables rich, real-time user experiences with server-rendered HTML. For more information, see the initial announcement.

Note: Currently LiveView is under active development and we are focused on getting a stable and solid initial version out. For this reason, we will be accepting only bug reports in the issues tracker for now. We will open the issues tracker for features after the current milestone is ironed out.

Learning

As official guides are being developed, see our existing
comprehensive docs and examples to get up to speed:

Installation

There are currently two methods for installing LiveView. For projects that
require more stability, it is recommended that you install using the
installation guide on HexDocs.
If you want to use the latest features, you should follow the instructions
given in the markdown file here.

Browser Support

All current Chrome, Safari, Firefox, and MS Edge are supported.
IE11 support is available with the following polyfills:

$ npm install --save --prefix assets mdn-polyfills url-search-params-polyfill formdata-polyfill child-replace-with-polyfill classlist-polyfill shim-keyboard-event-key

Note: The shim-keyboard-event-key polyfill is also required for MS Edge 12-18.

// assets/js/app.js
import "mdn-polyfills/CustomEvent"
import "mdn-polyfills/String.prototype.startsWith"
import "mdn-polyfills/Array.from"
import "mdn-polyfills/NodeList.prototype.forEach"
import "mdn-polyfills/Element.prototype.closest"
import "mdn-polyfills/Element.prototype.matches"
import "child-replace-with-polyfill"
import "url-search-params-polyfill"
import "formdata-polyfill"
import "classlist-polyfill"
import "shim-keyboard-event-key"

import {Socket} from "phoenix"
import LiveSocket from "phoenix_live_view"
...

主要指標

概覽
名稱與所有者phoenixframework/phoenix_live_view
主編程語言Elixir
編程語言Elixir (語言數: 4)
平台
許可證MIT License
所有者活动
創建於2018-09-12 01:27:33
推送於2025-06-03 16:12:17
最后一次提交
發布數132
最新版本名稱v1.0.15 (發布於 )
第一版名稱v0.1.0 (發布於 2019-08-25 16:17:09)
用户参与
星數6.5k
關注者數168
派生數1k
提交數4.4k
已啟用問題?
問題數1824
打開的問題數44
拉請求數1624
打開的拉請求數21
關閉的拉請求數351
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?