https://github.com/drupalwxt/wxt_library
Web Experience Toolkit Framework integration for Drupal.
https://github.com/drupalwxt/wxt_library
bootstrap drupal drupal-library wxt
Last synced: 5 months ago
JSON representation
Web Experience Toolkit Framework integration for Drupal.
- Host: GitHub
- URL: https://github.com/drupalwxt/wxt_library
- Owner: drupalwxt
- Created: 2016-10-31T01:30:30.000Z (over 9 years ago)
- Default Branch: 8.x-7.x
- Last Pushed: 2025-04-23T01:53:07.000Z (11 months ago)
- Last Synced: 2025-08-16T13:18:04.154Z (7 months ago)
- Topics: bootstrap, drupal, drupal-library, wxt
- Language: PHP
- Homepage:
- Size: 116 KB
- Stars: 2
- Watchers: 14
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
WxT Library
===========
This module leverages the native Drupal library system to load WxT relevant
assets.
## Installation
There are two possible installation methods to leverage the
[WxT Library][wxt_library] module in Drupal 8:
- *distribution (recommended)*
- *standalone*
The standalone install is provided as an additional installation method for
those who do not wish to have the full weight of a distribution and its
required dependencies.
### Distribution
All dependencies are included as part of the [Drupal WxT][drupal_wxt]
distribution and come completely configured alongside with additional
integrations and workflow improvements.
- [WxT][wxt] (8.x-1.x)
### StandAlone
WxT Library at a minimum requires the following dependencies:
- [Bootstrap][bootstrap] (8.x-3.5+)
- [WxT Library][wxt_library] (8.x-1.0+)
- [WxT jQuery Framework assets][wet_boew]
You can easily retrieve these dependencies via composer:
```sh
composer require drupal/wxt_library
```
[bootstrap]: http://drupal.org/project/bootstrap
[drupal_wxt]: http://drupal.org/project/wxt
[wet_boew]: http://wet-boew.github.io
[wxt]: http://drupal.org/project/wxt
[wxt_library]: http://drupal.org/project/wxt_library
[wxt_bootstrap]: http://drupal.org/project/wxt_bootstrap