Skip to content

Commit

Permalink
docs: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
jabberwoc committed Feb 1, 2024
1 parent c10b54f commit c43a673
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,16 @@ hot module replacement of the app's frontend (Vue.js) components.

This starts the [nextcloud-docker-dev](https://github.com/juliushaertl/nextcloud-docker-dev) container.

## Enable apps
## Enable app

In order for Hot module replacement (HMR) to work the [HMR Enabler](https://github.com/nextcloud/hmr_enabler) app
which is already mounted into the container needs to be enabled.
is installed and enabled on container startup.

1. Login to `http://localhost:8080` with user `admin` and password `admin`.
2. Go to _Apps_ and **HMR Enabler** and the **Template App**
2. Go to _Apps_ and enable the **Template App**

You can now go the App's navigation item at the top to see the example app from the
[Nextcloud App Generator](https://apps.nextcloud.com/developer/apps/generate).

Changes to the Vue.js frontend code should now trigger the webpack-dev-server to rebuild the code and the browser to
Changes to the _Vue.js_ frontend code should now trigger the webpack-dev-server to rebuild the code and the browser to
reload the content.

0 comments on commit c43a673

Please sign in to comment.