Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 days 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 (about 8 years ago)
- Default Branch: 8.x-7.x
- Last Pushed: 2024-07-02T01:50:22.000Z (5 months ago)
- Last Synced: 2024-11-05T18:55:54.041Z (14 days ago)
- Topics: bootstrap, drupal, drupal-library, wxt
- Language: PHP
- Homepage:
- Size: 144 KB
- Stars: 2
- Watchers: 15
- Forks: 4
- 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