All Projects → aurelia-toolbelt → Aurelia Toolbelt

aurelia-toolbelt / Aurelia Toolbelt

Licence: mit
A bunch of components from bootstrap 4, jquery and vanilla js for Aurelia framework

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Aurelia Toolbelt

Aurelia Slickgrid
Aurelia-Slickgrid a wrapper of the lightning fast & customizable SlickGrid datagrid with a few Styling Themes
Stars: ✭ 100 (+58.73%)
Mutual labels:  aurelia, bootstrap, bootstrap4
Startbootstrap Round About
A Bootstrap HTML template for creating about pages - created by Start Bootstrap
Stars: ✭ 35 (-44.44%)
Mutual labels:  bootstrap, bootstrap4
Bootstrap Dark
The Definitive Guide to Dark Mode and Bootstrap 4 - A proof of concept
Stars: ✭ 54 (-14.29%)
Mutual labels:  bootstrap, bootstrap4
React Bootstrap With Material Design
React Bootstrap with Material Design - Powerful and free UI KIT
Stars: ✭ 1,119 (+1676.19%)
Mutual labels:  bootstrap, bootstrap4
Startbootstrap New Age
A web app landing page theme created by Start Bootstrap
Stars: ✭ 855 (+1257.14%)
Mutual labels:  bootstrap, bootstrap4
E Commerce 2 django
Guest register, user register, user login, user logout, account home page, product view history, change password, reset password, change name, send activation email when register, resend activation email, add shipping address, add billing address, add nickname to the addresses, edit shipping address, edit billing address, view list of your addresses, reuse shipping addresses when order products, reuse billing addresses when ordeer products, show sales analytics if staff or admin only using -chart.js-, get analytics data with Ajax, receive marketing email, change if user will receive marketing email or not by admin, send contact message with Ajax, products list, product detail, download product detail as a PDF file, download digital product files -if the user purchased that digital product only-, orders list, list of digital products files, order detail, download order detail as a PDF file, verify order ownership with Ajax -to secure order detail page-, show cart products, add or remove product from cart, checkout page, thanks page when order placed successfully, add or reuse payment method, add or reuse payment method with Ajax, search products by title, search products by description, search products by price, search products by tag title, write tags for products -by admin only-, auto fill contact email, full name if user logged in.
Stars: ✭ 20 (-68.25%)
Mutual labels:  bootstrap, bootstrap4
Bootstrap Show Modal
A Bootstrap 4 / jQuery plugin wrapper, to create modals dynamically in JavaScript
Stars: ✭ 38 (-39.68%)
Mutual labels:  bootstrap, bootstrap4
Sleek Dashboard
Sleek Dashboard - Free Bootstrap 4 Admin Template and UI Kit
Stars: ✭ 690 (+995.24%)
Mutual labels:  bootstrap, bootstrap4
Startbootstrap 2 Col Portfolio
A two column Bootstrap HTML portfolio template - created by Start Bootstrap
Stars: ✭ 40 (-36.51%)
Mutual labels:  bootstrap, bootstrap4
Bootstrap4layouts
A Template for Bootstrap 4 based on my Bootstrap 4 Layouts course on LinkedIn Learning
Stars: ✭ 44 (-30.16%)
Mutual labels:  bootstrap, bootstrap4
Angular Bootstrap With Material Design
Angular Bootstrap with Material Design - Powerful and free UI KIT
Stars: ✭ 1,031 (+1536.51%)
Mutual labels:  bootstrap, bootstrap4
Vue Bootstrap With Material Design
Vue Bootstrap with Material Design - Powerful and free UI KIT
Stars: ✭ 803 (+1174.6%)
Mutual labels:  bootstrap, bootstrap4
Startbootstrap Modern Business
A multipurpose Bootstrap full website template created by Start Bootstrap
Stars: ✭ 753 (+1095.24%)
Mutual labels:  bootstrap, bootstrap4
Grav Theme Landio
Land.io is a carefully crafted landing page UI kit and landing page template built on Bootstrap 4, designed by Peter Finlan and developed by Taty Grassini.
Stars: ✭ 28 (-55.56%)
Mutual labels:  bootstrap, bootstrap4
Startbootstrap Stylish Portfolio
A stylish, one page, Bootstrap portfolio theme created by Start Bootstrap
Stars: ✭ 748 (+1087.3%)
Mutual labels:  bootstrap, bootstrap4
Ecommerce
We're going to take you step-by-step to build a modern, fully open-source, eCommerce web application using Python, Django, Bootstrap, Javascript, and more.
Stars: ✭ 980 (+1455.56%)
Mutual labels:  bootstrap, bootstrap4
Root Bootstrap 4 Admin Template With Angularjs Angular 2 Support
Root is Boostrap 4 Admin Template with Angular 2 and AngularJS support
Stars: ✭ 54 (-14.29%)
Mutual labels:  bootstrap, bootstrap4
Material Kit
Free and Open Source UI Kit for Bootstrap 4, React, Vue.js, React Native and Sketch based on Google's Material Design
Stars: ✭ 5,672 (+8903.17%)
Mutual labels:  bootstrap, bootstrap4
Mobirise
Free Website Builder for Bootstrap 4 & AMP
Stars: ✭ 664 (+953.97%)
Mutual labels:  bootstrap, bootstrap4
Ng1bs4
AngularJS with Bootstrap 4
Stars: ✭ 39 (-38.1%)
Mutual labels:  bootstrap, bootstrap4

aurelia-toolbelt ( v1.2.3 )

  • You can find documentation and demo here

  • We tried not to invent the wheel, but to utilise the existing libraries out there in js world, for Aurelia. What ever we used or inspired from will definitely have a reference to the original repository or website.

  • Bootstrap v 4.* components,are ready for production, however we are always reviewing them and there is an npm package available.

A bunch of tools for creating rich aurelia applications. 😉

Open Source Love Build status npm version

  • It is worthy to note that this plugin is written with the skeleton provided by Vegar Ringdal. Many thanks to him 😄

How to use the plugin

  1. run
npm install aurelia-toolbelt

or

yarn add aurelia-toolbelt
  1. use the plugin:
aurelia.use.plugin(PLATFORM.moduleName('aurelia-toolbelt'));

How to get everything installed after download

  • install yarn npm i -g yarn
  • run node setup

or run npm install on both root folder and sample folder.

That will install all the npm packages in root and sample folder.

How to test with sample folder

  • run gulp watch

This will transpile everything using fusebox and start local sample at http://localhost:4444/

Plugin source and sample source is typechecked/tslinted using fusebox-typechecker

How to build

  • run gulp build

This will use the fusebox-typechecker to test if any errors is found, if errors is found it will not clean up and make new build.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].