universal
Here are 683 public repositories matching this topic...
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 generate to 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
-
Updated
Dec 15, 2021 - Objective-C
-
Updated
Dec 12, 2021 - JavaScript
-
Updated
Dec 9, 2021 - JavaScript
-
Updated
Dec 12, 2021
-
Updated
Mar 9, 2021 - JavaScript
-
Updated
Mar 5, 2018 - Go
-
Updated
Jun 12, 2021 - TypeScript
-
Updated
Oct 5, 2021 - JavaScript
-
Updated
Jan 15, 2021 - JavaScript
-
Updated
Dec 9, 2021 - JavaScript
-
Updated
Dec 11, 2021 - Vue
-
Updated
Nov 3, 2017 - JavaScript
-
Updated
Jul 9, 2021 - TypeScript
-
Updated
Aug 4, 2021 - TypeScript
-
Updated
Dec 13, 2021 - C
-
Updated
Oct 6, 2021 - TypeScript
Implement all functionality of reports module for mobile platforms
-
Updated
May 26, 2019 - TypeScript
-
Updated
Dec 6, 2021 - TypeScript
-
Updated
Mar 7, 2021 - JavaScript
-
Updated
Aug 10, 2021 - TypeScript
-
Updated
Oct 6, 2018 - JavaScript
-
Updated
Oct 18, 2021 - Vue
-
Updated
Jul 26, 2018 - JavaScript
Improve this page
Add a description, image, and links to the universal topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the universal topic, visit your repo's landing page and select "manage topics."
Describe the feature you'd like to request
A
--skip-installoption in create-next-app, like in react-native, to skip installing dependencies would be really great. It allows using other package managers likepnpmDescribe the solution you'd like
do not install dependencies automatically when the
--skip-installoption is set. But the dependencies should be listed inpackage.json,