This repository was archived by the owner on Mar 31, 2023. It is now read-only.
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.
vue-cli is completely deprecated and prevents this starter app from running in StackBlitz. I'm not using any 3.0 features so we could downgrade to 2.0 without issue.
Here it is running on StackBlitz
https://stackblitz.com/edit/public-sakai?file=package.json
There are A LOT of unused code files, such as themes and xlarge customer data that could be trimmed up in a future update. StackBlitz crashes right after displaying because we have tons of files in the
public
directory, which Vite copies to cache in parallel and that overwhelms browser Node FS. A quick fix is to delete the images folder or most of it's files and use the github hosted ones instead.