xxllnc-formio-components
TypeScript icon, indicating that this package has built-in type declarations

1.1.14 • Public • Published

drawing

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"

Package Sidebar

Install

npm i xxllnc-formio-components

Weekly Downloads

1

Version

1.1.14

License

EUPL-1.2

Unpacked Size

171 kB

Total Files

116

Last publish

Collaborators

  • xxllnc_packages
  • efloothuis
  • willem-dekker
  • kristelvdakker
  • nbruins
  • wouter.bouwmeester