sp-dev-fx-webparts/samples/handlebarsjs-webpack-loader
dependabot[bot] 313cd65894
Bump follow-redirects in /samples/handlebarsjs-webpack-loader
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.4.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.2...v1.15.4)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-10 10:22:57 +00:00
..
.devcontainer added remaining containers 2022-02-16 21:47:07 -05:00
.vscode HandlebarJS sample using webpack loader configuration (#142) 2017-03-07 22:57:26 +02:00
assets Changed docs links to learn 2022-10-24 09:42:45 -04: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 Updated contributors for readmes 2023-03-15 00:11:27 -04:00
gulpfile.js Update to Version 1.4.1 (#428) 2018-02-26 09:01:51 +01:00
package-lock.json Bump follow-redirects in /samples/handlebarsjs-webpack-loader 2024-01-10 10:22:57 +00:00
package.json Bump engine.io, @microsoft/sp-build-web and @microsoft/sp-webpart-workbench 2022-12-30 23:52:05 -05: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

page_type products languages extensions
sample
office-sp
javascript
typescript
contentType technologies platforms createdDate
samples
SharePoint Framework
Handlebars
3/5/2017 12:00:00 AM

SPFx Sample with Handlebars.js

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

Compatibility

⚠️ Important
Every SPFx version is only compatible with specific version(s) of Node.js. In order to be able to build this sample, please ensure that the version of Node on your workstation matches one of the versions listed in this section. This sample will not work on a different version of Node.
Refer to https://aka.ms/spfx-matrix for more information on SPFx compatibility.

SPFx 1.4.1 Node.js v6 | v8 Compatible with SharePoint Online Compatible with SharePoint 2019 Does not work with SharePoint 2016 (Feature Pack 2) Local Workbench Compatible Hosted Workbench Compatible Compatible with Remote Containers

Applies to

Contributors

Version history

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

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.

Help

We do not support samples, but we this community is always willing to help, and we want to improve these samples. We use GitHub to track issues, which makes it easy for community members to volunteer their time and help resolve issues.

If you're having issues building the solution, please run spfx doctor from within the solution folder to diagnose incompatibility issues with your environment.

You can try looking at issues related to this sample to see if anybody else is having the same issues.

You can also try looking at discussions related to this sample and see what the community is saying.

If you encounter any issues while using this sample, create a new issue.

For questions regarding this sample, create a new question.

Finally, if you have an idea for improvement, make a suggestion.

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.