Security News
GitHub Removes Malicious Pull Requests Targeting Open Source Repositories
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
aurelia-bootstrap-plugins
Advanced tools
A library that bridge with a set of commonly used 3rd party Bootstrap addons
Aurelia-Bootstrap-Plugins
was coded to bridge with a set of commonly used 3rd party Bootstrap addons. The goal of these Plugins is to support, as much as possible, the full suite of (options
, methods
& events
) from their original 3rd party addons while easily using them in Aurelia.
https://ghiscoding.github.io/Aurelia-Bootstrap-Plugins/
Aurelia-Bootstrap-Typeahead
/ source Typeahead.js
A quick Aurelia skeleton for CLI
, WebPack
and the all new ASP.Net Core WebPack 2.x (Jods new version)
were put in place to demonstrate all the currently available plugins usage of Aurelia-Bootstrap-Plugins
. All samples are configured to run at http://localhost:9000
npm install
can be replaced by yarn install
if you prefer yarn
git clone https://github.com/ghiscoding/Aurelia-Bootstrap-Plugins
cd client-cli
npm install # or: yarn install
au run --watch
Uses Aurelia-Navigation-Skeleton
which is based on the new Jods Aurelia-WebPack 2.x base
git clone https://github.com/ghiscoding/Aurelia-Bootstrap-Plugins
cd client-wp
npm install # or: yarn install
npm start # or: yarn start
This is based on the new Jods Aurelia-WebPack 2.x base, please make sure to read his Wiki - Getting Started
git clone https://github.com/ghiscoding/Aurelia-Bootstrap-Plugins
cd client-aspnetcore-ts
npm install # or: yarn install
set ASPNETCORE_ENVIRONMENT=Development
dotnet restore
dotnet watch run
Contributions are welcome. This plugin was created to help the community (and myself), if you wish to suggest something and/or want to make a PR (Pull Request), please feel free to do so.
You like and use an Aurelia-Bootstrap-Plugins
, don't forget to upvote :star: and spread the word.
If you like my work, you can also support me with caffeine :smile: Buy Me a Coffee
FAQs
A library that bridge with a set of commonly used 3rd party Bootstrap addons
The npm package aurelia-bootstrap-plugins receives a total of 1 weekly downloads. As such, aurelia-bootstrap-plugins popularity was classified as not popular.
We found that aurelia-bootstrap-plugins demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.