Skip to content

Development app to enable apps to use hot module reloading

License

Notifications You must be signed in to change notification settings

nextcloud/hmr_enabler

Folders and files

NameName
Last commit message
Last commit date
Sep 10, 2024
Jan 23, 2025
Jun 13, 2023
May 30, 2023
May 23, 2023
May 23, 2023
Apr 28, 2021
Apr 28, 2021
Apr 28, 2021
May 1, 2023
Aug 24, 2024
Sep 14, 2024
May 23, 2023

Repository files navigation

Nextcloud HMR Enabler

PHPUnit GitHub Action Lint GitHub Action

This app unblock hot module replacement requests for webpack apps.

Try it

To install it change into your Nextcloud's apps directory:

cd nextcloud/apps

Then run:

git clone https://github.com/nextcloud/hmr_enabler.git

Install the dependencies using:

make composer

Use in your app

To use HMR in your app, use the @nextcloud/webpack-vue-config. Afterwards add a line like the following to your scripts in package.json:

"serve": "webpack serve --node-env development --allowed-hosts all",

About

Development app to enable apps to use hot module reloading

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published