Skip to content

Commit

Permalink
Add link to Vue guide
Browse files Browse the repository at this point in the history
  • Loading branch information
razor-x committed Aug 18, 2023
1 parent 35a9dc8 commit faecb01
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions angular-web-components/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ Web Components may be used directly in Angular if the `CUSTOM_ELEMENTS_SCHEMA`
is configured on the main application module.
However, the [recommended approach](https://manuel-rauber.com/2021/02/23/youre-using-custom_elements_schema-wrong/)
is to wrap each custom element as an Angular Component.

For a step-by-step walkthrough,
see the Seam guide for [getting started with Angular](https://docs.seam.co/latest/seam-components/overview/angular).

Expand Down
3 changes: 3 additions & 0 deletions vue-2-web-components/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ by setting the `ignoredElements` option:
Vue.config.ignoredElements = [/^seam-/]
```

For a step-by-step walkthrough,
see the Seam guide for [getting started with Vue](https://docs.seam.co/latest/seam-components/overview/vue).

## Recommended IDE Setup

[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin).
Expand Down
3 changes: 3 additions & 0 deletions vue-web-components/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ export default {
}
```

For a step-by-step walkthrough,
see the Seam guide for [getting started with Vue](https://docs.seam.co/latest/seam-components/overview/vue).

## Recommended IDE Setup

[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin).
Expand Down

0 comments on commit faecb01

Please sign in to comment.