bootstrap-vue
With more than 85 components, over 45 available plugins, several directives, and 1000+ icons, BootstrapVue provides one of the most comprehensive implementations of the Bootstrap v4 component and grid system available for Vue.js v2.6, complete with extens
nx
The core Nx plugin contains the core functionality of Nx like the project graph, nx commands and task orchestration.
@nx/js
The JS plugin for Nx contains executors and generators that provide the best experience for developing JavaScript and TypeScript projects.
@nx/workspace
The Workspace plugin contains executors and generators that are useful for any Nx workspace. It should be present in every Nx workspace and other plugins build on it.
@nx/devkit
The Nx Devkit is used to customize Nx for different technologies and use cases. It contains many utility functions for reading and writing files, updating configuration, working with Abstract Syntax Trees(ASTs), and more. Learn more about [extending Nx by