Skip to content

Commit

Permalink
Merge pull request #5346 from nextcloud-libraries/chore/remove-build-…
Browse files Browse the repository at this point in the history
…module-from-readme

chore(README): remove build:module and watch:module
  • Loading branch information
ShGKme committed Mar 7, 2024
2 parents 61da1b3 + e653578 commit cb58beb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,10 @@ Vue.use(NextcloudVuePlugin)
If you want to work on improving the components it’s best to run the latest code and link it to your local Nextcloud installation:

1. Install the dependencies with `npm ci`
2. Build the components every time you do changes: `npm run build` or `npm run build:module` (for es modules)
- To watch for changes and rebuild automatically: `npm run watch` or `npm run watch:module`
2. Build the components every time you do changes: `npm run build`
- To make development build: `npm run dev`
- To watch for changes and rebuild automatically: `npm run watch`
- To watch for changes and rebuild development build: `npm run dev:watch`
3. Connect it to your local Nextcloud development setup:
- In this repository do `npm link`
- In the repository of an app do `npm link @nextcloud/vue` (you need to re-link any time you do `npm ci` in the app)
Expand Down

0 comments on commit cb58beb

Please sign in to comment.