Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(examples): React and Vue example #160

Merged
merged 8 commits into from
Feb 20, 2023
Merged

Conversation

basmasking
Copy link
Member

@basmasking basmasking commented Feb 20, 2023

Fixes #146

Changes proposed in this pull request:

  • Copied the react example from react-jitar
  • Created the vue example

@MaskingTechnology/jitar

@basmasking basmasking linked an issue Feb 20, 2023 that may be closed by this pull request
@basmasking basmasking marked this pull request as ready for review February 20, 2023 14:49
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2022 Peter van Vliet
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Peter van Vliet approves this :-D

examples/4-integrations/1-react/README.md Show resolved Hide resolved
Copy link
Member

@petermasking petermasking left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added my comment to the correct readme this time :-)

```ts
// vite.config.ts
import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

import vue from '@vitejs/plugin-vue'

@petermasking petermasking merged commit b842ab8 into main Feb 20, 2023
@petermasking petermasking deleted the 146-integration-vue branch February 20, 2023 19:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Integration: Vue
2 participants