https://github.com/trychlos/pwix-ui-bootstrap5
A Meteor package to includes Bootstrap5 files and stylesheets
https://github.com/trychlos/pwix-ui-bootstrap5
Last synced: about 1 year ago
JSON representation
A Meteor package to includes Bootstrap5 files and stylesheets
- Host: GitHub
- URL: https://github.com/trychlos/pwix-ui-bootstrap5
- Owner: trychlos
- Created: 2024-06-09T20:40:45.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-13T09:44:48.000Z (almost 2 years ago)
- Last Synced: 2025-01-16T06:28:33.991Z (over 1 year ago)
- Language: JavaScript
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
Awesome Lists containing this project
README
# pwix:ui-bootstrap5
## What is it ?
A Meteor package which just includes Bootstrap5 in your application.
This prevent you to manually include each and every wanted Bootstrap5 file. Just `use` this package, and enjoy.
## Installation
This Meteor package is installable with the usual command:
```sh
meteor add pwix:ui-bootstrap5
```
## Usage
Nothing to do here, but do not forget to install the required NPM packages (see [below](#npm-peer-dependencies)).
## Provides
The required js and css files are automatically made available on the client.
## Configuration
None at the moment.
## NPM peer dependencies
Starting with v 0.3.0, and in accordance with advices from [the Meteor Guide](https://guide.meteor.com/writing-atmosphere-packages.html#peer-npm-dependencies), we no more hardcode NPM dependencies in the `Npm.depends` clause of the `package.js`.
Instead we check npm versions of installed packages at runtime, on server startup, in development environment.
Dependencies as of v 2.0.0:
```
'@popperjs/core': '^2.11.0',
'bootstrap': '^5.2.0',
```
Each of these dependencies should be installed at application level:
```
meteor npm install --save
```
## Translations
None at the moment.
## Cookies and comparable technologies
None at the moment.
## Issues & help
In case of support or error, please report your issue request to our [Issues tracker](https://github.com/trychlos/pwix-ui-bootstrap5/issues).
---
P. Wieser
- Last updated on 2024, Jun. 13th