Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
thednp committed May 31, 2020
1 parent bca958f commit c928e50
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Native JavaScript for Bootstrap
The faster, lighter and more secure set of JavaScript components for **Bootstrap 4**, developed on modern ES6/ES7 standards.
The bootstrap.native library comes packed with build tools and well documented
The **bootstrap.native** library comes packed with build tools and well documented.

[![NPM Version](https://img.shields.io/npm/v/bootstrap.native.svg?style=flat-square)](https://www.npmjs.com/package/bootstrap.native)
[![NPM Downloads](https://img.shields.io/npm/dm/bootstrap.native.svg?style=flat-square)](http://npm-stat.com/charts.html?package=bootstrap.native)
Expand All @@ -12,9 +12,18 @@ The bootstrap.native library comes packed with build tools and well documented
If you use webpack, here is the accompanying [webpack loader](https://github.com/jonathanfleckenstein/bootstrap.native-loader).

# Wiki
Please check the `bootstrap.native` Wiki pages, they're updated with every new commit:
Please check the `bootstrap.native` Wiki pages, they're updated with almost every new commit:
* [Acknowledgements](https://github.com/thednp/bootstrap.native/wiki/Acknowledgements) - A quick note on some of the similarities and differences with the original jQuery plugins. Nothing to worry about, but still good to know all the tricks on how to maximize your workflow.
* [How to use](https://github.com/thednp/bootstrap.native/wiki/How-to-use) - An in depth guide on how to use it with stuff like `npm`, `RequireJS` or `CDN` links.
* [How to use](https://github.com/thednp/bootstrap.native/wiki/How-to-use) - An in depth guide on how to use the library.
* [CDN Links](https://github.com/thednp/bootstrap.native/wiki/How-to-use#load-from-cdn)
* [Locally Hosted](https://github.com/thednp/bootstrap.native/wiki/How-to-use#working-locally)
* [ES5 Example](https://github.com/thednp/bootstrap.native/wiki/How-to-use#es5-basic-example)
* [ES6 Example](https://github.com/thednp/bootstrap.native/wiki/How-to-use#es6es7-basic-example)
* [NPM Installation](https://github.com/thednp/bootstrap.native/wiki/How-to-use#npm)
* [Custom Builds](https://github.com/thednp/bootstrap.native/wiki/How-to-use#custom-builds)
* [Dynamic Content](https://github.com/thednp/bootstrap.native/wiki/How-to-use#dynamic-content)
* [RequireJS/CommonJS](https://github.com/thednp/bootstrap.native/wiki/How-to-use#requirejs-commonjs)
* [Factory Methods](https://github.com/thednp/bootstrap.native/wiki/How-to-use#note-about-the-factory-methods)
* [Browser support](https://github.com/thednp/bootstrap.native/wiki/Browser-support) - A word on how to enable the library for legacy browsers.
* [FAQs](https://github.com/thednp/bootstrap.native/wiki/FAQs) - A short list of frequent asked questions regarding the use of the library.
* [About](https://github.com/thednp/bootstrap.native/wiki/About) - Learn about the `bootstrap.native` project inception, goals and motivations.
Expand Down

0 comments on commit c928e50

Please sign in to comment.