项目作者: sumentse

项目描述 :
Boilerplate code for creating Angular Apps on Sharepoint
高级语言: JavaScript
项目地址: git://github.com/sumentse/Sharepoint-Angular-BoilerPlate.git
创建时间: 2018-04-02T19:48:13Z
项目社区:https://github.com/sumentse/Sharepoint-Angular-BoilerPlate

开源协议:

下载


Sharepoint Angular Boilerplate

This is a basic boilerplate for using AngularJS with Sharepoint. It interacts with the Sharepoint API making it easier for developing applications.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development purposes.

Prerequisites

What things you need to install the software and how to install them

  1. node
  2. yarn (optional)

Installing

Node:

  1. npm install

Yarn:

  1. yarn install

Compiling

Navigate to the folder then type in

  1. yarn run dev

This will compile the code for javascript and css automatally when file changes are detected.

Production

  1. yarn run production

Automated Sharepoint File Uploading

  1. yarn run spmode

You will need to supply your username, password, and the path of the folder on where you want the public files to be uploaded.

Built With