Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stockbal/sharepoint-addon
Add-On for SharePoint Wiki pages
https://github.com/stockbal/sharepoint-addon
add-on javascript sharepoint vuejs
Last synced: 11 days ago
JSON representation
Add-On for SharePoint Wiki pages
- Host: GitHub
- URL: https://github.com/stockbal/sharepoint-addon
- Owner: stockbal
- License: mit
- Created: 2018-05-07T07:12:30.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-02-10T13:05:35.000Z (over 2 years ago)
- Last Synced: 2024-10-11T02:43:59.913Z (27 days ago)
- Topics: add-on, javascript, sharepoint, vuejs
- Language: JavaScript
- Size: 1.16 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# SharePoint Wiki Add-On
###### *Version 1.2.1*
> Add-On's for MS SharePoint wiki sites## Building the Add-On's for your site
### Installation of Node
- Install [Node](https://nodejs.org/dist/v8.9.4/node-v8.9.4-x64.msi).### Build
``` bash
# install dependencies
npm install# build for production with minification
npm run build# build for production and view the bundle analyzer report
npm run build --report
```
## Testing
``` bash
# serve with hot reload at localhost:8080
npm run dev
```When the build process is done, you should see the following structure under the `dist`-folder
```
# example without changing the prompt parametersdist/
|-- site/
|-- addons/
|-- css/
|-- js/
|-- index.html
```
Copy the folder under `dist` to the location you passed as the `rootPath`-parameter to the `gulp` task - in this
example it would be at http://www.yourSharepoint.com/site/yourSite.## Usage
- create a new wiki page in your sharepoint site
- inlude a web part of the type **content editor** and add the path `/site/yourSite/addons/index.html` as path
- Choose *none* as chrome type
- Click **confirm** to complete the setup of the web part
- The Add-On's are now ready use
- You should see the add-on's collapsed sidebar on the left side of the page