1.0.56 • Published 3 months ago

formio-wizard-vite-wrapper v1.0.56

Weekly downloads
-
License
-
Repository
-
Last release
3 months ago

How to contribute

  1. change your code
  2. npm run build
  3. update the version in package.json
  4. npm login
  5. npm publish

Or, you can use git tag to publish it:

# create a new tag
git tag -a v1.0.1 -m "v1.0.1"

# push the tag to bitbucket
git push origin v1.0.1

If you did something wrong, you want to delete a tag from remote.

git tag -d v1.0.0
git push --delete origin v1.0.0 

There is a pipeline setup in Bitbucket, to publish new tag to NPM.

How to use it

  1. Install:

    npm i formio-wizard-vite-wrapper

  2. Usage:

    <FormWrapper
        :projectUrl="projectUrl"
        :wizardUrl="wizardUrl"
        :createFormUrl="createFormUrl"
        :formIdentifier="formIdentifier"
        :savedApplicationPage="savedApplicationPage"
        :thankYouPage="thankYouPage"
        :submissionId="submissionId"
        :hasPayment="hasPayment"
        :paymentUrl="paymentUrl"
        :recaptchaSiteKey="recaptchaSiteKey"
        :purchaseItemName="purchaseItemName"
        :guidePageUrl="guidePageUrl"
        :shortUuidToken="shortUuidToken"
        :feesCode="feesCode" 
        :feesUrl="feesUrl" 
        :privateKey="privateKey"
    />

    There is a sample App.vue.sample file for your reference.

  3. Config:

    VUE_APP_NAME=
    VUE_APP_ENV=
    MATRIX_ASSET_ID=
    VUE_APP_PROJECT_URL=
    VUE_APP_WIZARD_URL=
    VUE_APP_SAVED_APPLICATION_PAGE=
    VUE_APP_THANK_YOU_PAGE=
    VUE_APP_HAS_PAYMENT=
    VUE_APP_PAYMENT_URL=
    VUE_APP_RECAPTCHA_SITE_KEY=
    VUE_APP_FORM_NAME=
    VUE_APP_PURCHASE_ITEM_NAME=
    VUE_APP_GUIDE_PAGE_URL=
    VUE_APP_FEECODE=
    VUE_APP_FEE_URL=
    VUE_APP_PRIVATE_KEY=

Vue 3 + Vite

This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.

Recommended IDE Setup

1.0.56

3 months ago

1.0.51

4 months ago

1.0.55

4 months ago

1.0.54

4 months ago

1.0.53

4 months ago

1.0.52

4 months ago

1.0.50

6 months ago

1.0.48

9 months ago

1.0.49

9 months ago

1.0.47

10 months ago

1.0.39

12 months ago

1.0.40

12 months ago

1.0.44

11 months ago

1.0.43

11 months ago

1.0.42

12 months ago

1.0.41

12 months ago

1.0.46

11 months ago

1.0.45

11 months ago

1.0.38

1 year ago

1.0.33

1 year ago

1.0.32

1 year ago

1.0.37

1 year ago

1.0.36

1 year ago

1.0.35

1 year ago

1.0.34

1 year ago

1.0.31

1 year ago

1.0.19

2 years ago

1.0.18

2 years ago

1.0.17

2 years ago

1.0.16

2 years ago

1.0.22

2 years ago

1.0.21

2 years ago

1.0.20

2 years ago

1.0.26

1 year ago

1.0.25

1 year ago

1.0.24

1 year ago

1.0.23

1 year ago

1.0.29

1 year ago

1.0.28

1 year ago

1.0.27

1 year ago

1.0.30

1 year ago

1.0.15

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.14

2 years ago

1.0.13

2 years ago

1.0.12

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago