1.1.14 • Published 1 year ago

xxllnc-formio-components v1.1.14

Weekly downloads
-
License
EUPL-1.2
Repository
-
Last release
1 year ago

Formio components by xxllnc for faster and simpler web development.


Installation

// with npm
npm install xxllnc-formio-components

// with yarn
yarn add xxllnc-formio-components

Usage

// TODO: Add example

Linux

Give execution rights to the following scripts.

$ chmod +x replace-package.sh
$ chmod +x check.sh

Change the AppToTest variable in the package.json config to the directory of the app you want to test.

"config" : { "AppToTest" : "formuliereninwoner-app" },

Run watch script to start testing, use the clean:app script to cleanup.

"scripts": {
    "watch": "./check.sh $npm_package_config_AppToTest && chokidar src -c \"./replace-package.sh $npm_package_config_AppToTest\"",
    "clean:app": "rimraf ../$npm_package_config_AppToTest/frontend/src/node_modules",
  },

App

Make sure the chosen app uses the node_modules in the src folder.

In docker-compose.yml change the following settings in your app configuration:

dockerfile: Dockerfile.local
volumes:
  - "./frontend/{YOUR-APP}:/app:cached"
  - "./frontend/{YOUR-APP}/src/node_modules:/app/node_modules:cached"
1.1.12

2 years ago

1.1.11

2 years ago

1.1.10

2 years ago

1.1.14

1 year ago

1.1.13

2 years ago

1.1.9

2 years ago

1.1.8

2 years ago

1.1.7

2 years ago

1.1.6

2 years ago

1.1.5

2 years ago

1.1.4

2 years ago

1.1.1

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.3-beta1

2 years ago

1.1.0

2 years ago

1.0.22

2 years ago

1.0.25

2 years ago

1.0.24

2 years ago

1.0.23

2 years ago

1.0.19

2 years ago

1.0.21

2 years ago

1.0.20

2 years ago

1.0.18

2 years ago

1.0.17

2 years ago

1.0.16

2 years ago

1.0.9

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.15

2 years ago

1.0.14

2 years ago

1.0.13

2 years ago

1.0.12

2 years ago

1.0.8

2 years ago

1.0.7

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.3-dev-4

2 years ago

1.0.3-dev-3

2 years ago

1.0.3-dev-2

2 years ago

1.0.3-dev-1

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago