ssr
Here are 3,086 public repositories matching this topic...
-
Updated
Jul 5, 2022
Is your feature request related to a problem? Please describe.
Currently, Quasar Modes support TS files (for Electron and PWA modes), but the CLI isn't generating them out of the box.
Additional context
We need to create the TS version of all current files in these folders:
-
Updated
Jun 29, 2022 - TypeScript
-
Updated
Jul 6, 2022 - TypeScript
-
Updated
Jun 14, 2022 - JavaScript
-
Updated
Apr 12, 2021 - Python
As stated here - but wrongly closed - prerendering fails when using Axios
Problem is that some libraries like AWS AmplifyJS use Axios under the hood.
@adamdbradley Any idea how to solve this serious issue?
-
Updated
Jul 5, 2022
-
Updated
Jun 4, 2022 - Python
-
Updated
Jul 5, 2022 - TypeScript
-
Updated
Jun 10, 2022 - JavaScript
-
Updated
Jun 21, 2022 - Shell
-
Updated
Jul 6, 2022 - JavaScript
-
Updated
Jun 19, 2022 - JavaScript
-
Updated
Jun 23, 2022
-
Updated
Jun 15, 2022 - C++
"Babel 7.8.0 supports the new ECMAScript 2020 features by default: you don't need to enable individual plugins for nullish coalescing (??), optional chaining (?.) and dynamic import() anymore with preset-env." - https://babeljs.io/blog/2020/01/11/7.8.0
We should update zero to latest babel and add an integration test for these features. I think the right change will be [here](https://gith
-
Updated
Aug 12, 2019
-
Updated
Jun 6, 2022 - JavaScript
Fix ESLint warnings
Specific Demand
When resolving assets, we should determine of the current program is contained within a bundle. If it is, then we should cananocalize the asset differently to be relative to the .app/.deb/.rpm/.exe for a smoother distribution experience.
- macOS
These targets do not provide a straightforward way of bundling assets. I've opted to make it the asset dir configu
Improve this page
Add a description, image, and links to the ssr topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the ssr topic, visit your repo's landing page and select "manage topics."
What problem does this feature solve?
Example use case:
A static generated app with thousands of routes, like an e-commerce having a route for each product.
Apart from scheduling
nuxt generateto run periodically and generate all static and dynamic routes, it would be nice to have the possibility to generate the static files for a single route, for example in a hook when the related ba