baasic-globals

Global variables and settings for Baasic Web components.


Keywords
polymer, web-components, baasic, globals, configuration
License
MIT
Install
bower install baasic-globals

Documentation

baasic-globals

Set of Baasic Polymer beahviors and utilities that provide application-wide configuration settings and global variables.

Demo

Check it live!

Dependencies

Element dependencies are managed via Bower. You can install that via:

npm install -g bower

Then, go ahead and download the element's dependencies:

bower install baasic-globals --save

Or download the source code and install it manually in your projects.

Usage

  1. Import global dependencies to your element:

    <link rel="import" href="../baasic-globals/globals-import.html">
    <link rel="import" href="../baasic-globals/config.html">
    <link rel="import" href="../baasic-globals/baasic-ajax.html">
    
    
  2. Start using it! This library includes behaviors only (Ajax, config, etc.), there are no Polymer elements here!

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -m 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

History

For detailed changelog, check Releases.