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
- Host: GitHub
- URL: https://github.com/michaelsoriano/sp-tabbed-containers
- Owner: michaelsoriano
- License: gpl-3.0
- Created: 2016-04-15T16:03:16.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-11-10T17:18:17.000Z (over 8 years ago)
- Last Synced: 2025-04-12T00:16:59.008Z (about 1 year ago)
- Topics: css, javascript, rest-api, sharepoint-cms
- Language: JavaScript
- Homepage:
- Size: 26.4 KB
- Stars: 11
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/]