sp-dev-fx-webparts/samples/handlebarsjs-webpack-loader
Stefan Bauer 34579c2e1a Update to Version 1.4.1 (#428)
* handlebarsjs webpack loader sample

* removed trashed folder

* Updated Package.json

* Added ES6 Collections

* Update HandlebarJS gulpfile.js

* Update to Version 1.4.1

* Update Drop Icon
2018-02-26 09:01:51 +01:00
..
.vscode HandlebarJS sample using webpack loader configuration (#142) 2017-03-07 22:57:26 +02:00
config HandlebarJS sample using webpack loader configuration (#142) 2017-03-07 22:57:26 +02:00
src HandlebarJS sample using webpack loader configuration (#142) 2017-03-07 22:57:26 +02:00
typings HandlebarJS sample using webpack loader configuration (#142) 2017-03-07 22:57:26 +02:00
.editorconfig HandlebarJS sample using webpack loader configuration (#142) 2017-03-07 22:57:26 +02:00
.gitattributes HandlebarJS sample using webpack loader configuration (#142) 2017-03-07 22:57:26 +02:00
.gitignore HandlebarJS sample using webpack loader configuration (#142) 2017-03-07 22:57:26 +02:00
.npmignore HandlebarJS sample using webpack loader configuration (#142) 2017-03-07 22:57:26 +02:00
.yo-rc.json HandlebarJS sample using webpack loader configuration (#142) 2017-03-07 22:57:26 +02:00
README.md Update to Version 1.4.1 (#428) 2018-02-26 09:01:51 +01:00
gulpfile.js Update to Version 1.4.1 (#428) 2018-02-26 09:01:51 +01:00
package-lock.json Update to Version 1.4.1 (#428) 2018-02-26 09:01:51 +01:00
package.json Update to Version 1.4.1 (#428) 2018-02-26 09:01:51 +01:00
settings.json HandlebarJS sample using webpack loader configuration (#142) 2017-03-07 22:57:26 +02:00
tsconfig.json HandlebarJS sample using webpack loader configuration (#142) 2017-03-07 22:57:26 +02:00
tslint.json Add tslint at the root of each SPFx project (#394) 2018-01-08 15:58:48 +02:00
typings.json HandlebarJS sample using webpack loader configuration (#142) 2017-03-07 22:57:26 +02:00

README.md

SPFx Sample with Handlebars.js

This sample demonstrate how to set up SPFX to use Handlebars through webpack loader.

Used SharePoint Framework Version

drop

Applies to

Solution

Solution Author(s)
SPFx-Handlebars Stefan Bauer - n8d (@stfbauer)

Version history

Version Date Comments
1.1 March 21, 2018 Update to Version 1.4.1
1.0 March 5, 2017 Initial release

Disclaimer

THIS CODE IS PROVIDED AS IS WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.

Building the code

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

This package produces the following:

  • lib/* - intermediate-stage commonjs build artifacts
  • dist/* - the bundled script, along with other resources
  • deploy/* - all resources which should be uploaded to a CDN.