estruyf / search-wp-spfx-templategenerator

This is a sample project that can be used for creating Search SPFx templates

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Search Web Part SPFx Template Generator

This is a sample project that can help you building your own templates for the Search SPFx Web Part.

Installation

  1. Clone this repo
  2. $ npm install
  3. Create a config.json file. You can use config-sample.json as base.
  4. Add a new folder with the name of the library (ex.: Shared Documents) in src.

Usage

  1. Create a new template file in your library folder. You can use one of the provided sample templates: sample folder.
  2. Start up a new gulp watch process: $ gulp watch
  3. Once you do some file changes, they will automatically get transpiled and uploaded to your site.

About

This is a sample project that can be used for creating Search SPFx templates


Languages

Language:TypeScript 72.3%Language:JavaScript 27.7%