-
Notifications
You must be signed in to change notification settings - Fork 48
chore(vue): initialize vue.js sdk #51
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
Conversation
packages/vue/.eslintrc.cjs
Outdated
| project: [path.resolve(__dirname, 'tsconfig.json')], | ||
| }, | ||
| plugins: ['@wso2'] | ||
| }; No newline at end of file |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add newline
packages/vue/CHANGELOG.md
Outdated
| @@ -0,0 +1 @@ | |||
| # @asgardeo/vue No newline at end of file | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add newline
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add newline
packages/vue/package.json
Outdated
| "peerDependencies": { | ||
| "vue": ">=3.5.13" | ||
| } | ||
| } No newline at end of file |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add newline
packages/vue/rollup.config.cjs
Outdated
| output: [{ file: 'dist/index.d.ts', format: 'esm' }], | ||
| plugins: [dts.default()], | ||
| }, | ||
| ]; No newline at end of file |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add newline
packages/vue/tsconfig.eslint.json
Outdated
| "**/*.cts", | ||
| "**/*.mts" | ||
| ] | ||
| } No newline at end of file |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add newline
packages/vue/tsconfig.lib.json
Outdated
| "rollup.config.cjs", | ||
| "declarations.d.ts" | ||
| ] | ||
| } No newline at end of file |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add newline
|
Let's also update the commit message guidelines in contributing.md to include |
packages/vue/.eslintrc.cjs
Outdated
| project: [path.resolve(__dirname, 'tsconfig.json')], | ||
| }, | ||
| plugins: ['@wso2'] | ||
| }; No newline at end of file |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's add a newline at the EoF
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Check in other files as well
Purpose
This PR initializes the Vue SDK for Asgardeo with essential configurations:
Related Issues
Related PRs
Checklist
Security checks