https://github.com/carlohcs/javascript-webpack
A JavaScript WebPack with a lot of helpers and components to make more easy the developers life.
https://github.com/carlohcs/javascript-webpack
Last synced: 4 months ago
JSON representation
A JavaScript WebPack with a lot of helpers and components to make more easy the developers life.
- Host: GitHub
- URL: https://github.com/carlohcs/javascript-webpack
- Owner: carlohcs
- Created: 2015-10-01T16:18:25.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-10-01T16:22:17.000Z (almost 10 years ago)
- Last Synced: 2025-01-17T05:11:36.267Z (6 months ago)
- Language: JavaScript
- Size: 133 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#JavaScript WebPack
A JavaScript WebPack with a lot of helpers and components to make more easy the developers life.
##Ready to ES6
*Welcome to JavaScript future!*
The most components availables here has developed with ES6 implementation.
Prefer to use .es6 files to your components instead .js files.
You can create a single file loading theses components, like this:
```javascript
import { AutoComplete, AutoCompleteDecorator } from 'javascript-webpack/AutoComplete/es6/AutoComplete.es6';import Spinner from 'javascript-webpack/Spinner/es6/Spinner.es6';
var mySpinner = new Spinner(..);
...
```##Table of contents
- [AutoComplete](https://github.com/carlohcs/javascript-webpack/tree/master/AutoComplete)
- [Spinner](https://github.com/carlohcs/javascript-webpack/tree/master/Spinner)