Skip to content
This repository has been archived by the owner on Sep 30, 2021. It is now read-only.

lopes-gustavo/quasar-single-spa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quasar Single-SPA

This repo shows how to use single-spa with quasar cli.

The main problem using single-spa with Quasar is that, in Quasar CLI, we don't have access to the main.js, which is necessary in all single-spa examples.

Caveats

  • This solution uses the dynamically created file .quasar/app.js.

    So far, it didn't have any breaking changes, but it's a point of attention.

  • To use hot reload features, you must run your applications and container in https.

    To do so, when running your application (let's say on port 8080), you MUST navigate to https://localhost:8080 and bypass the invalid certificate warning.

    It may change slightly from browser to browser, but in general, it's like the following:

    alt text

    You can also use the steps listed here for a more permanent solution:

    https://www.technipages.com/google-chrome-bypass-your-connection-is-not-private-message

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published