项目作者: CultureHQ

项目描述 :
CultureHQ's SharePoint add-in
高级语言: TypeScript
项目地址: git://github.com/CultureHQ/SharePoint.git
创建时间: 2018-03-27T21:50:54Z
项目社区:https://github.com/CultureHQ/SharePoint

开源协议:MIT License

下载


SharePoint

Build Status

CultureHQ’s SharePoint add-in.

Getting started

Ensure you have node and npm installed. Note that SharePoint only supports up to node v6, so you’ll need to make sure that’s your active node version. If you need to handle installing multiple, try using nvm.

In the root of the directory, run npm install to install the necessary dependencies. You can then run npm run serve to start a local workbench server with which you can work on the add-in. Note that on Mac, the default page that this command opens does not work, and you will need to instead open the generated temp/workbench.html file and refresh when changes are made.

Deployment

Run npm run package in the root directory. This will create two things:

They can then load the Upcoming Events webpart onto a SharePoint page and configure it appropriately.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/CultureHQ/SharePoint.

License

The code is available as open source under the terms of the MIT License.