UNPKG

baasic-sdk-angularjs

Version:

AngularJS SDK provides core functionality for building web and mobile applications on [Baasic](http://www.baasic.com/).

28 lines (19 loc) 933 B
# Baasic Templating AngularJS SDK Baasic AngularJS Templating library provides access to [Baasic REST API](https://api.baasic.com/beta) templating end-points. ## Initialization To be able to use the library you will need to add the Baasic (_baasic.templating_) dependency to your AngularJS module. ```javascript angular.module('my-module', ["baasic.api", "baasic.templating"]) ``` ## Build Process 1. Install [NodeJs](http://nodejs.org/download/) 2. Open Shell/Command Prompt in the Baasic AngularJS folder 3. Run `npm install` 4. Install gulp globally: `npm install -g gulp` 5. Run `gulp` ## Contributing * [Pull requests are always welcome](../../../baasic-sdk-angularjs/pulls) * Please [report](../../../baasic-sdk-angularjs/issues) any issues you might have found * Help us write the documentation * Create interesting apps using SDK * Looking for something else to do? Get in <u>touch</u> ...