Managing CSS and JavaScript

Screencast

スクリーンキャスト

Do you prefer video tutorials? Check out the Webpack Encore screencast series.

ビデオチュートリアルが好きですか? Webpack Encore スクリーンキャスト シリーズをご覧ください。

Symfony ships with a pure-JavaScript library - called Webpack Encore - that makes it a joy to work with CSS and JavaScript. You can use it, use something else, or create static CSS and JS files in your public/ directory directly and include them in your templates.

Symfony には、Webpack Encore と呼ばれる純粋な JavaScript ライブラリが同梱されており、CSS と JavaScript を楽しく操作できます。それを使用したり、他のものを使用したり、静的な CSS および JS ファイルを public/ ディレクトリに直接作成して、それらをテンプレートに含めることができます。

Webpack Encore

Webpack Encore is a simpler way to integrate Webpack into your application. It wraps Webpack, giving you a clean & powerful API for bundling JavaScript modules, pre-processing CSS & JS and compiling and minifying assets. Encore gives you professional asset system that's a delight to use.

Webpack Encore は、Webpack をアプリケーションに統合する簡単な方法です。Webpack をラップし、JavaScript モジュールのバンドル、CSS と JS の前処理、およびアセットのコンパイルと縮小のためのクリーンで強力な API を提供します。 Encore は、使い心地の良いプロフェッショナルなアセット システムを提供します。

Encore is inspired by Webpacker and Mix, but stays in the spirit of Webpack: using its features, concepts and naming conventions for a familiar feel. It aims to solve the most common Webpack use cases.

Encore は Webpacker と Mix にインスパイアされていますが、Webpack の精神にとどまっています。その機能、概念、および命名規則を使い慣れた感覚で使用しています。最も一般的な Webpack のユース ケースを解決することを目的としています。

Tip

ヒント

Encore is made by Symfony and works beautifully in Symfony applications. But it can be used in any PHP application and even with other server side programming languages!

Encore は Symfony によって作成され、Symfony アプリケーションで美しく動作します。しかし、どの PHP アプリケーションでも使用でき、他のサーバー側プログラミング言語でも使用できます!

Encore Documentation

Getting Started

Adding more Features

Optimizing

Guides

Issues & Questions

Full API

Symfony UX Components

  • ux-autocomplete: Transform EntityType, ChoiceType or any <select> element into an Ajax-powered autocomplete field (see demo)
    ux-autocomplete: EntityType、ChoiceType、または任意の要素を Ajax を利用したオートコンプリート フィールドに変換します (デモを参照)
  • ux-chartjs: Easy charts with Chart.js (see demo)
    ux-chartjs: Chart.js を使用した簡単なチャート (デモを参照)
  • ux-cropperjs: Form Type and tools for cropping images (see demo)
    ux-cropperjs: 画像をトリミングするためのフォーム タイプとツール (デモを参照)
  • ux-dropzone: Form Type for stylized "drop zone" for file uploads (see demo)
    ux-dropzone: ファイル アップロード用の定型化された「ドロップ ゾーン」のフォーム タイプ (デモを参照)
  • ux-lazy-image: Optimize Image Loading with BlurHash (see demo)
    ux-lazy-image: BlurHash による画像読み込みの最適化 (デモを参照)
  • ux-live-component: Build Dynamic Interfaces with Zero JavaScript (see demo)
    ux-live-component: ゼロ JavaScript で動的インターフェイスを構築する (デモを参照)
  • ux-notify: Send server-sent native notification with Mercure (see demo)
    ux-notify: サーバーから送信されたネイティブ通知を Mercure で送信します (デモを参照)
  • ux-react: Render React component from Twig (see demo)
    ux-react: Twig から React コンポーネントをレンダリングします (デモを参照)
  • ux-swup: Integration with Swup (see demo)
    ux-swup: Swup との統合 (デモを参照)
  • ux-turbo: Integration with Turbo Drive for a single-page-app experience (see demo)
    ux-turbo: 単一ページのアプリ エクスペリエンスのための Turbo Drive との統合 (デモを参照)
  • ux-twig-component: Build Twig Components Backed by a PHP Class (see demo)
    ux-twig-component: PHP クラスに基づく Twig コンポーネントのビルド (デモを参照)
  • ux-typed: Integration with Typed (see demo)
    ux-typed: Typed との統合 (デモを参照)
  • ux-vue: Render Vue component from Twig (see demo)
    ux-vue: Twig からの Vue コンポーネントのレンダリング (デモを参照)

Other Front-End Articles