Skip to content
This repository has been archived by the owner on Feb 9, 2024. It is now read-only.

weavy/weavy-dropin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weavy drop-in UI

A Razor class library (RCL) containing an ASP.NET Core MVC Area with the Weavy drop-in UI.

This class library is not a standalone application, but can be cloned and included as a project reference in the Weavy Server solution for developers wanting to extend and/or modify the default functionality of the Weavy drop-in UI.

Asset bundling

In addition to the tools required by Weavy Server you will also need to install Node.js in order to compile and bundle assets (css and javascript) for the Weavy drop-in UI.

The following commands will install dependencies and write asset bundles to the wwwroot folder:

  1. npm install
  2. npm run build