0.0.6 • Published 3 years ago

openform v0.0.6

Weekly downloads
25
License
-
Repository
-
Last release
3 years ago

OpenformJS · Tests License

Openform is a front-end JS package that helps building forms. It is built using Svelte 3.0.

Table of contents

Getting started

Install

Browser

<script defer src="https://cdn.jsdelivr.net/npm/openform/public/build/bundle.js" />

To install a specific version:

<script defer src="https://cdn.jsdelivr.net/npm/openform@0.0.1/public/build/bundle.js" />

Dev

Run locally

To run this project locally:

npm run dev

Deploy

  1. Lint:
npm run lint
  1. Build:
npm run build
  1. Commit changes
  2. Check version
npm run v
  1. Bump version:
npm run rls <new version>
  1. Deploy:
npm run push
0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago