Your generated update web component
Resources & Tools
Thank you for using and showing some ♥ for Nx.
Here are some links to help you get started.
Next Steps
Here are some things you can do with elementor plugin.
Add UI library
# Add new elementor widget to your plugin nx g @betrue/react-elementor:addWidget my-cool-elementor-widget --plugin=store-locator-widget # Add a component nx g @nrwl/react:component xyz --project=store-locator-widget
View dependency graph
nx dep-graph
Run affected commands
# see what's been affected by changes nx affected:dep-graph # run tests for current changes nx affected:test # run e2e tests for current changes nx affected:e2e