Create default bundle to make getting started quicker
See original GitHub issueIf I have a project where I only use the Java API and the core set of Vaadin components, it would be nice to be able to skip downloading npm dependencies and running Webpack. This would speed up getting started significantly.
Suggestion Use a pre-built default bundle containing all Vaadin components if:
- Project is in dev mode
- No
@JSModule
or@JavaScript
annotations are pulling in code that’s not already in the bundle.
This is analogous to the default widgetset of earlier Vaadin versions.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:9 (9 by maintainers)
Top Results From Across the Web
Create an instant-enabled app bundle - Android Developers
You can declare that your app bundle supports instant experiences using one of the following methods: If you have an existing app bundle...
Read more >One Weird Trick That Will Speed Up Your Bundle Install
I guess we might have picked up a few seconds. Just to rule out context switching, let's try --jobs 4 : $ time...
Read more >Getting Started - ESBuild
Getting Started. #Install esbuild. First, download and install the esbuild command locally. A prebuilt native executable can be installed using npm (which ...
Read more >How to Bundle JavaScript With Rollup — Step-by-Step Tutorial
Step 1: Install Rollup and create a configuration file. ... Next, create a new file called rollup.config.js in the learn-rollup folder. Inside, add...
Read more >How to create a Ruby gem with Bundler
To begin to create a gem using Bundler, use the bundle gem command like this: ... To get started with writing our tests,...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I realize this is more of a conversation starter than a concrete proposal. But I think it’s worth investigating because it could have a big positive impact for developer experience.
This is being implemented in #12940