-
-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* upgrading to vue 3, fixing lint errors * it compiles, no lint errors 502 error though * removed fastify as its not in this project. * chore: Update npm dependency to latest version of "@fortawesome/vue-fontawesome" and "@vue/cli-plugin-router" so it would npm install. * chore: update package.json to remove --openssl-legacy-provider , as it is no longer needed since we went to Vue 3 * chore: Update .env file with VITE_API and DEV values * chore: Update start scripts in package.json to use proper quotes to run both server and client app * chore: Update devServer to remove https locally, as it caused issues locally for me. * chore: Update start scripts in package.json to use proper quotes for running both server and client app (same as vue now) as per SWA CLI docs * clean up router file * eslint fix * removed file as per CHris
- Loading branch information
Showing
26 changed files
with
6,982 additions
and
22,214 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"presets": [ | ||
"@vue/babel-preset-app", | ||
"@babel/preset-env" | ||
] | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
VITE_API='/api' | ||
DEV=false |
This file contains 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
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.