An open API service indexing awesome lists of open source software.

https://github.com/michaelsoriano/sp-tabbed-containers

Single page application for SharePoint CMS using JavaScript, HTML and CSS. Application has entire CRUD interface which communicates via SP's REST API
https://github.com/michaelsoriano/sp-tabbed-containers

css javascript rest-api sharepoint-cms

Last synced: about 1 year ago
JSON representation

Single page application for SharePoint CMS using JavaScript, HTML and CSS. Application has entire CRUD interface which communicates via SP's REST API

Awesome Lists containing this project

README

          

# sp-tabbed-containers
Single page application for SharePoint CMS using Javascript, HTML and CSS. Application has entire CRUD interface via REST. Requires Handlebars, Bootstrap and jQuery

### Note that this will require the following files:

* jquery.min.js
* bootstrap.min.js
* handlebars.min.js
* moment.min.js
* editor.js
* editor.css
* bootstrap.min.css
* font-awesome.min.css

### The plugin already includes the above files via CDN

This is the final output from tutorial:
[http://michaelsoriano.com/build-sharepoint-single-page-app-front-end-code/]