Skip to content
This repository has been archived by the owner on Apr 2, 2021. It is now read-only.
/ rating-field Public archive

A field customizer extension built in SharePoint Framework using the React template.

License

Notifications You must be signed in to change notification settings

ispfx/rating-field

Repository files navigation

rating-field

This is a rating field customizer extension built in SharePoint Framework using the React template.

Building Your Own Extension

This solution is intended to accompany Introduction to SharePoint Framework, an online educational course that helps you to learn modern SharePoint Framework development techniques. Learn how to build your own extension by following the lessons found at sharepointfx.io.

Getting Started

# Install dependencies
npm i

# Launch the extension in debug mode
#  - Note that you may need to customize config/serve.json
gulp serve

Deploying to SharePoint

# Bundle the solution
gulp bundle --ship

# Package the solution
#  - This creates a sharepoint/solution/rating-field.sppkg file
gulp package-solution --ship

Once you have a rating-field.sppkg file, you can deploy this to your SharePoint environment's App Catalog. See the Deploying and Updating Solutions lesson for more information on solution deployment.

Learn More

For more information about the structure and functionality of this solution, see the official SharePoint Framework documentation.

About

A field customizer extension built in SharePoint Framework using the React template.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published