-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Docs: Add readmes with basic instructions for examples
- Loading branch information
Showing
2 changed files
with
36 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Webpack with CommonJS module | ||
|
||
This example shows how to integrate LMC Cookie Consent Manager with Webpack via CommonJS module. | ||
|
||
## How to use | ||
|
||
Execute [npm][npm] or [Yarn][yarn] to bootstrap the example: | ||
|
||
```shell | ||
npm install | ||
# or | ||
yarn | ||
``` | ||
|
||
Then run the `build` script and open `index.html` in your browser. | ||
|
||
[npm]:https://docs.npmjs.com/cli/init | ||
[yarn]:https://yarnpkg.com/lang/en/docs/cli/create/ |
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,18 @@ | ||
# Webpack with EcmaScript module | ||
|
||
This example shows how to integrate LMC Cookie Consent Manager with Webpack via ESM module. | ||
|
||
## How to use | ||
|
||
Execute [npm][npm] or [Yarn][yarn] to bootstrap the example: | ||
|
||
```shell | ||
npm install | ||
# or | ||
yarn | ||
``` | ||
|
||
Then run the `build` script and open `index.html` in your browser. | ||
|
||
[npm]:https://docs.npmjs.com/cli/init | ||
[yarn]:https://yarnpkg.com/lang/en/docs/cli/create/ |