0.0.6 • Published 5 years ago

openform v0.0.6

Weekly downloads
25
License
-
Repository
-
Last release
5 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

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago