🚀 DAY 5 OF LAUNCH WEEK:Introducing Webhook Events for Alert Changes.Learn more →
Socket
Book a DemoInstallSign in
Socket

@ws-ui/webform-editor

Package Overview
Dependencies
Maintainers
7
Versions
275
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ws-ui/webform-editor

This is the webform editor package used in the Qodly Studio Editor

npmnpm
Version
0.0.12
Version published
Weekly downloads
250
16.82%
Maintainers
7
Weekly downloads
 
Created
Source

Intro

This is the webform editor package used in the Qodly Studio Editor

Installation and Setup

To fix issues and develop new features this package and see the changes reflected directly on Qodly without friction we use the yalc package, please make sure that it's installed on your machine by running:

npm i -g yalc

Step 1

Clone the webstudio project to your machine

git clone git@git-ps.wakanda.io:4d/web-studio/webstudio.git

Step 2

Setup the project to work with the link to the local version of the project in the craco.config.js go to

const yalcDeps = { /*  */ }

and uncomment the line where is '@ws-ui/webform-editor': { requiredVersion: '^0.0.1' }, is located

then run

yalc add @ws-ui/webform-editor && yalc link @ws-ui/webform-editor && npm install

Step 3

Develop locally by running

npm start

FAQs

Package last updated on 08 Nov 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts