nystudio107 / craft-twigpack
Twigpack is a bridge between Twig and webpack, with manifest.json & webpack-dev-server HMR support
Fund package maintenance!
khalwat
Installs: 317 845
Dependents: 19
Suggesters: 0
Security: 0
Stars: 97
Watchers: 6
Forks: 22
Type:craft-plugin
Requires
- php: ^8.2.0
- craftcms/cms: ^5.0.0
Requires (Dev)
- craftcms/cloud: ^2.0.0
- craftcms/ecs: dev-main
- craftcms/phpstan: dev-main
- craftcms/rector: dev-main
- dev-develop-v5
- v5.x-dev
- 5.0.0
- 5.0.0-beta.1
- v4.x-dev
- 4.0.0
- 4.0.0-beta.4
- 4.0.0-beta.3
- 4.0.0-beta.2
- 4.0.0-beta.1
- v1.x-dev
- 1.2.18
- 1.2.17
- 1.2.16
- 1.2.15
- 1.2.14
- 1.2.13
- 1.2.12
- 1.2.11
- 1.2.10
- 1.2.9
- 1.2.8
- 1.2.7
- 1.2.6
- 1.2.5
- 1.2.4
- 1.2.3
- 1.2.2
- 1.2.1
- 1.2.0
- 1.1.14
- 1.1.13
- 1.1.12
- 1.1.11
- 1.1.10
- 1.1.9
- 1.1.8
- 1.1.7
- 1.1.6
- 1.1.5
- 1.1.4
- 1.1.3
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.5
- 1.0.4
- 1.0.2
- 1.0.1
- 1.0.0
- dev-develop-v4
- dev-develop
This package is auto-updated.
Last update: 2024-10-16 20:05:50 UTC
README
Twigpack plugin for Craft CMS 5.x
Twigpack is a bridge between Twig and webpack, with manifest.json & webpack-dev-server HMR support
Related Article: An Annotated webpack 4 Config for Frontend Web Development
Requirements
This plugin requires Craft CMS 5.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 nystudio107/craft-twigpack
-
Install the plugin via
./craft install/plugin twigpack
via the CLI, or in the Control Panel, go to Settings → Plugins and click the “Install” button for Twigpack.
You can also install Twigpack via the Plugin Store in the Craft Control Panel.
Documentation
Click here -> Twigpack Documentation
Twigpack Roadmap
Some things to do, and ideas for potential features:
- Release it
Brought to you by nystudio107