Skip to content

Commit

Permalink
docs(README): fix initial instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
jourdain authored Jan 23, 2025
1 parent 54f117d commit cb89d5c
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions vue-components/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Custom Vue module
# Custom Vue component module

This sub-directory capture the client side components that you want to expose inside your trame application.

Expand All @@ -9,8 +9,6 @@ npm i
npm run build
```

## Develop component live
## Release

```bash
npm run serve:CustomWidget
```
The CI is responsible for building and bundling the JS code for you. So you don't have to do anything specific.

0 comments on commit cb89d5c

Please sign in to comment.