Skip to content

A very simple Client Webpart using SharePoint Framework and Angular 2

Notifications You must be signed in to change notification settings

amrfouad22/Angular2SampleSPFx

Repository files navigation

testangular

This is where you include your web part docs.

Building the code

git clone the repo
npm i
npm i -g gulp
gulp

This package produces the following:

  • lib/* commonjs components - this allows this package to be reused from other packages.
  • dist/* - a single bundle containing the components used for uploading to a cdn pointing a registered Sharepoint webpart library to.
  • example/* a test page that hosts all components in this package.

Build options

gulp clean - TODO gulp test - TODO gulp watch - TODO gulp build - TODO gulp deploy - TODO

About

A very simple Client Webpart using SharePoint Framework and Angular 2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published