Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aurelia-toolbelt/aurelia-toolbelt
A bunch of components from bootstrap 4, jquery and vanilla js for Aurelia framework
https://github.com/aurelia-toolbelt/aurelia-toolbelt
aurelia aurelia-bootstrap aurelia-framework aurelia-plugins aurelia-toolbelt bootstrap bootstrap-aurelia bootstrap4
Last synced: 3 months ago
JSON representation
A bunch of components from bootstrap 4, jquery and vanilla js for Aurelia framework
- Host: GitHub
- URL: https://github.com/aurelia-toolbelt/aurelia-toolbelt
- Owner: aurelia-toolbelt
- License: mit
- Archived: true
- Created: 2017-11-05T09:45:00.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-09T18:28:43.000Z (over 5 years ago)
- Last Synced: 2024-09-13T04:52:13.043Z (3 months ago)
- Topics: aurelia, aurelia-bootstrap, aurelia-framework, aurelia-plugins, aurelia-toolbelt, bootstrap, bootstrap-aurelia, bootstrap4
- Language: TypeScript
- Homepage: https://aurelia-toolbelt.github.io/
- Size: 10.8 MB
- Stars: 63
- Watchers: 11
- Forks: 8
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# aurelia-toolbelt ( v1.2.3 )
* You can find documentation and demo [here](https://aurelia-toolbelt.github.io/)
* We tried not to invent the wheel, but to utilise the existing libraries out there in js world, for [Aurelia](http://aurelia.io). What ever we used or inspired from will definitely have a reference to the original repository or website.
* [Bootstrap](http://getbootstrap.com/docs/4.0/getting-started/introduction/) __v 4.*__ components,are ready for production, however we are always reviewing them and there is an [npm package](https://www.npmjs.com/package/aurelia-toolbelt) available.## A bunch of tools for creating rich aurelia applications. :wink:
[![Open Source Love](https://badges.frapsoft.com/os/mit/mit.svg?v=102)](https://opensource.org/licenses/MIT)
[![Build status](https://ci.appveyor.com/api/projects/status/01bgrcnljgephg80?svg=true)](https://ci.appveyor.com/project/shahabganji/aurelia-toolbelt)
[![npm version](https://badge.fury.io/js/aurelia-toolbelt.svg)](https://badge.fury.io/js/aurelia-toolbelt)* It is worthy to note that this plugin is written with the skeleton provided by [Vegar Ringdal](https://github.com/vegarringdal). Many thanks to him :smile:
### How to use the plugin
1. run
```shell
npm install aurelia-toolbelt
```or
```shell
yarn add aurelia-toolbelt
```2. use the plugin:
```js
aurelia.use.plugin(PLATFORM.moduleName('aurelia-toolbelt'));
```* Checkout the [documentation](https://aurelia-toolbelt.github.io) for more detail.
### 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.