1.1.14 • Published 3 years ago

xxllnc-formio-components v1.1.14

Weekly downloads
-
License
EUPL-1.2
Repository
-
Last release
3 years 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

3 years ago

1.1.11

3 years ago

1.1.10

3 years ago

1.1.14

3 years ago

1.1.13

3 years ago

1.1.9

3 years ago

1.1.8

3 years ago

1.1.7

3 years ago

1.1.6

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.1

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.3-beta1

3 years ago

1.1.0

3 years ago

1.0.22

3 years ago

1.0.25

3 years ago

1.0.24

3 years ago

1.0.23

3 years ago

1.0.19

3 years ago

1.0.21

3 years ago

1.0.20

3 years ago

1.0.18

3 years ago

1.0.17

3 years ago

1.0.16

3 years ago

1.0.9

3 years ago

1.0.11

3 years ago

1.0.10

3 years ago

1.0.15

3 years ago

1.0.14

3 years ago

1.0.13

3 years ago

1.0.12

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.3-dev-4

4 years ago

1.0.3-dev-3

4 years ago

1.0.3-dev-2

4 years ago

1.0.3-dev-1

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago