Skip to content

A bundling script for CI/CD to use with AdminJS

License

Notifications You must be signed in to change notification settings

ch-lukas/adminjs-bundler

 
 

Repository files navigation

Bundler for AdminJS

This is a bundler utility tool for AdminJS. Normally, AdminJS builts custom components on server's startup which can slow it down or cause high memory usage.

This tool allows you to pre-bundle AdminJS browser files before deploying or during your CI/CD process.

IMPORTANT: To prevent AdminJS from attempting to generate a new bundle on server startup, you must set ADMIN_JS_SKIP_BUNDLE="true" environment variable! "true" needs to be a string, it cannot be a boolean.

AdminJS

AdminJS is an automatic admin interface which can be plugged into your application. You, as a developer, provide database models (like posts, comments, stores, products or whatever else your application uses), and AdminJS generates UI which allows you (or other trusted users) to manage content.

Check out the example application with mongo and postgres models here: https://admin-bro-example-app-staging.herokuapp.com/admin

Or visit AdminJS github page.

Usage

Please see "example" directory in this package's repository.

License

AdminJS is Copyright © 2022 SoftwareBrothers.co. It is free software, and may be redistributed under the terms specified in the LICENSE file.

About SoftwareBrothers.co

We’re an open, friendly team that helps clients from all over the world to transform their businesses and create astonishing products.

  • We are available for hire.
  • If you want to work for us - checkout the career page.

About

A bundling script for CI/CD to use with AdminJS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 94.3%
  • JavaScript 5.7%