-
-
Notifications
You must be signed in to change notification settings - Fork 213
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
Add Axios Http into generated Vue Webapp #1588
Conversation
matthieuRioual
commented
May 4, 2022
- Related to Vue: account with authentication JWT #897
Codecov Report
@@ Coverage Diff @@
## main #1588 +/- ##
============================================
Coverage 100.00% 100.00%
+ Complexity 1655 1626 -29
============================================
Files 355 340 -15
Lines 5836 5705 -131
Branches 141 129 -12
============================================
- Hits 5836 5705 -131
Continue to review full report at Codecov.
|
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.
- remove the useless additional file
- squash all the commits
@@ -12,7 +13,8 @@ | |||
"devDependencies": { | |||
"@pinia/testing": "0.0.11", | |||
"@rushstack/eslint-patch": "1.1.3", | |||
"@types/jest": "27.4.1", | |||
"@types/jest": "27.5.0", | |||
"@types/sinon": "^10.0.11", |
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.
Remove ^, always use fixed version
some conflicts to resolve too |
Plz, as mentioned above, remove the useless additional file: kuregreg, then squash and rebase to resolve conflict |
@Operation(summary = "Add JWT to Vue+Pinia application", description = "Add JWT to Vue+Pinia application") | ||
@ApiResponse(responseCode = "500", description = "An error occurred while adding JWT to your vue application") | ||
@PostMapping("/jwt") | ||
@GeneratorStep(id = GeneratorAction.VUE_STYLED) |
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.
Not valid
"vue-tsc": "0.34.11" | ||
} | ||
} | ||
"name": "jhlite-dependencies", |
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.
Why changing indentation?