Please provide stories to deploy different platforms like Electron and chrome extension
See original GitHub issueBug Report or Feature Request (mark with an x)
- [ ] bug report -> please search issues before submitting
- [x] feature request
Hello, was going through the stories, nicely done! thanks for that! although it will be nice to have that on the main site. Can you please add a story to create a chrome extension with popup.html, option.html and background.html? One more story to write Electron app using angular cli Thanks
Versions.
Repro steps.
The log given by the failure.
Desired functionality.
Mention any other details that might be useful.
Issue Analytics
- State:
- Created 6 years ago
- Reactions:9
- Comments:9 (1 by maintainers)
Top Results From Across the Web
App Showcase | Electron
Splice is a platform for music production offering access to millions of the best royalty-free samples, loops, and presets.
Read more >Progressive web app(PWA) vs Electron vs Browser extension
Electron will differ from PWA mainly in terms of how its build, distributed and deployed. Atom editor, Visual Code editor, Slack are some...
Read more >How To Create Your First Cross-Platform Desktop Application ...
Many popular desktop applications have been built using Electron, such as Visual Studio Code, WhatsApp, Twitch, Slack, and Figma.
Read more >Electron vs Node.js | What are the differences? - StackShare
On the other hand, Node.js is detailed as "A platform built on Chrome's ... Rails provide with proven success stories in the tech...
Read more >Electron 3.0.0-beta.1 – Chrome 66 and Node 10 | Hacker News
In cases like Slack, I prefer using the webapp because I trust the Chrome team to update quickly ... What app was that,...
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 Free
Top 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

Yes, the story about using the Electron will be very helpfull
All,
I spent a couple of days reviewing the cli codebase. The build system is very extensible. I ended up creating a new npm package named ng-electron-devkit that extends angular 6 build system to support electron-renderer. My goal is to add support for electron main process and packaging electron assets in the build pipeline in future updates.
This is not a hack to the CLI. You can target both electron-renderer and the browser and have completely different build settings!
Check it out