chore(vue): initialize vue.js sdk#51
Merged
DonOmalVindula merged 8 commits intoasgardeo:mainfrom Feb 25, 2025
Merged
Conversation
packages/vue/.eslintrc.cjs
Outdated
| project: [path.resolve(__dirname, 'tsconfig.json')], | ||
| }, | ||
| plugins: ['@wso2'] | ||
| }; No newline at end of file |
packages/vue/CHANGELOG.md
Outdated
| @@ -0,0 +1 @@ | |||
| # @asgardeo/vue No newline at end of file | |||
packages/vue/README.md
Outdated
|
|
||
| ## License | ||
|
|
||
| Licenses this source under the Apache License, Version 2.0 [LICENSE](./LICENSE), You may not use this file except in compliance with the License. No newline at end of file |
packages/vue/package.json
Outdated
| "peerDependencies": { | ||
| "vue": ">=3.5.13" | ||
| } | ||
| } No newline at end of file |
packages/vue/rollup.config.cjs
Outdated
| output: [{ file: 'dist/index.d.ts', format: 'esm' }], | ||
| plugins: [dts.default()], | ||
| }, | ||
| ]; No newline at end of file |
packages/vue/tsconfig.eslint.json
Outdated
| "**/*.cts", | ||
| "**/*.mts" | ||
| ] | ||
| } No newline at end of file |
packages/vue/tsconfig.lib.json
Outdated
| "rollup.config.cjs", | ||
| "declarations.d.ts" | ||
| ] | ||
| } No newline at end of file |
Contributor
|
Let's also update the commit message guidelines in contributing.md to include |
DonOmalVindula
approved these changes
Feb 24, 2025
packages/vue/.eslintrc.cjs
Outdated
| project: [path.resolve(__dirname, 'tsconfig.json')], | ||
| }, | ||
| plugins: ['@wso2'] | ||
| }; No newline at end of file |
Contributor
There was a problem hiding this comment.
Let's add a newline at the EoF
Contributor
There was a problem hiding this comment.
Check in other files as well
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose
This PR initializes the Vue SDK for Asgardeo with essential configurations:
Related Issues
Related PRs
Checklist
Security checks