Package
@nrwl/web
The Nx Plugin for Web Components contains generators for managing Web Component applications and libraries within an Nx workspace. It provides:
- 
Integration with libraries such as Jest, Cypress, and Storybook. 
- 
Scaffolding for creating buildable libraries that can be published to npm. 
- 
Utilities for automatic workspace refactoring. 
Here is a list of all the executors and generators available from this package.
Executors
- Build an application using Webpack. 
- Package a library using Rollup. 
- Serve a web application. 
- Serve a web application from a folder. 
Generators
- Add - @nrwl/webto a project.
- Create an web application.