Skip to content

tarasbilohan/vue-form-builder

Repository files navigation

Vue Form Builder

This package in development and not yet stable.

Storybook demo

Install

npm i @tptshk/vue-form-builder

Install dependencies

npm install

Build

npm run build

Storybook

npm run storybook:serve
npm run storybook:build
npm run storybook:deploy

Run your unit tests

npm run test:unit

Lints and fixes files

npm run lint