smthdiff/craft-encore
Composer 安装命令:
composer require smthdiff/craft-encore
包简介
Helper plugin for Webpack Encode in Craft CMS templates
README 文档
README
Requirements
This plugin requires Craft CMS 3.0.0 or later.
Installation
To install the plugin, follow these instructions.
- Open your terminal and go to your Craft project:
cd /path/to/project
- Then tell Composer to load the plugin:
composer require smthdiff/craft-encore
- In the Craft Control Panel, go to
Settings → Pluginsand click the "Install" button for Webpack Encore.
Configuration
To configure Webpack Encore go to Settings → Plugins → Webpack Encore in the Craft Control Panel.
The available settings are:
- Asset Path - The path of the asset directory where the project stores the source files
- Build Path - The path of the asset directory where Webpack Encore stores the compiled files
Usage of Asset Path
/assets/ in project root contains the CSS, JS, Images and Font Files.
Usage of Build Path
/web/build/ in project root contains the CSS, JS, Images and Font Files.
Usage
Add versioned CSS files.
{{ craft.encore.entryLinkTag('app') | raw }}
Add versioned JS files.
{{ craft.encore.entryScriptTag('app') | raw }}
License
Craft Encore is open-sourced software licensed under the MIT license.
统计信息
- 总下载量: 24
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-11-24