-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
14f9136
commit df65e24
Showing
3 changed files
with
20 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Installation | ||
|
||
Install the bundle using Composer. | ||
|
||
```bash | ||
composer require jeandanyel/list-bundle | ||
``` | ||
|
||
## Install list library dependencies | ||
|
||
You must manually install the dependencies for the list library you will use. | ||
|
||
### GridJS.io | ||
|
||
Install the dependencies via [NPM](https://www.npmjs.com/package/gridjs) or [Symfony AssetMapper](https://symfony.com/doc/current/frontend/asset_mapper.html). | ||
|
||
Refer to the [official GridJS documentation](https://gridjs.io/docs/install) for more details. |