parent
ee7dbf9c3a
commit
733122bc9d
@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
# Smart Repos · Fast Builds
|
# Smart Repos · Fast Builds
|
||||||
|
|
||||||
Build system, optimized for monorepos, with AI-powered architectural awareness and advanced CI capabilities.
|
An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.
|
||||||
|
|
||||||
Create a new Nx workspace with
|
Create a new Nx workspace with
|
||||||
|
|
||||||
|
|||||||
@ -57,7 +57,7 @@ As long as your server adheres to the OpenAPI spec, you can implement it in any
|
|||||||
"openapi": "3.0.0",
|
"openapi": "3.0.0",
|
||||||
"info": {
|
"info": {
|
||||||
"title": "Nx custom remote cache specification.",
|
"title": "Nx custom remote cache specification.",
|
||||||
"description": "Nx is a build system, optimized for monorepos, with AI-powered architectural awareness and advanced CI capabilities.",
|
"description": "Nx is an AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.",
|
||||||
"version": "1.0.0"
|
"version": "1.0.0"
|
||||||
},
|
},
|
||||||
"paths": {
|
"paths": {
|
||||||
|
|||||||
@ -72,14 +72,14 @@ export function DocViewer({
|
|||||||
title={vm.title + ' | Nx'}
|
title={vm.title + ' | Nx'}
|
||||||
description={
|
description={
|
||||||
vm.description ??
|
vm.description ??
|
||||||
'Build system, optimized for monorepos, with AI-powered architectural awareness and advanced CI capabilities.'
|
'An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.'
|
||||||
}
|
}
|
||||||
openGraph={{
|
openGraph={{
|
||||||
url: 'https://nx.dev' + router.asPath,
|
url: 'https://nx.dev' + router.asPath,
|
||||||
title: vm.title,
|
title: vm.title,
|
||||||
description:
|
description:
|
||||||
vm.description ??
|
vm.description ??
|
||||||
'Build system, optimized for monorepos, with AI-powered architectural awareness and advanced CI capabilities.',
|
'An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.',
|
||||||
images: [
|
images: [
|
||||||
{
|
{
|
||||||
url: `https://nx.dev/images/open-graph/${router.asPath
|
url: `https://nx.dev/images/open-graph/${router.asPath
|
||||||
|
|||||||
@ -26,7 +26,7 @@ export function PackageSchemaViewer({
|
|||||||
seo: {
|
seo: {
|
||||||
title: `${pkg.packageName}:${schema.name} | Nx`,
|
title: `${pkg.packageName}:${schema.name} | Nx`,
|
||||||
description:
|
description:
|
||||||
'Build system, optimized for monorepos, with AI-powered architectural awareness and advanced CI capabilities.',
|
'An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.',
|
||||||
imageUrl: `https://nx.dev/images/open-graph/${router.asPath
|
imageUrl: `https://nx.dev/images/open-graph/${router.asPath
|
||||||
.replace('/', '')
|
.replace('/', '')
|
||||||
.replace(/\//gi, '-')}.jpg`,
|
.replace(/\//gi, '-')}.jpg`,
|
||||||
|
|||||||
@ -30,12 +30,12 @@ export default function CustomApp({
|
|||||||
<FrontendObservability />
|
<FrontendObservability />
|
||||||
<DefaultSeo
|
<DefaultSeo
|
||||||
title="Nx: Smart Repos · Fast Builds"
|
title="Nx: Smart Repos · Fast Builds"
|
||||||
description="Build system, optimized for monorepos, with AI-powered architectural awareness and advanced CI capabilities."
|
description="An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things."
|
||||||
openGraph={{
|
openGraph={{
|
||||||
url: 'https://nx.dev' + router.asPath,
|
url: 'https://nx.dev' + router.asPath,
|
||||||
title: 'Nx: Smart Repos · Fast Builds',
|
title: 'Nx: Smart Repos · Fast Builds',
|
||||||
description:
|
description:
|
||||||
'Build system, optimized for monorepos, with AI-powered architectural awareness and advanced CI capabilities.',
|
'An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.',
|
||||||
images: [
|
images: [
|
||||||
{
|
{
|
||||||
url: 'https://nx.dev/images/nx-media.jpg',
|
url: 'https://nx.dev/images/nx-media.jpg',
|
||||||
|
|||||||
@ -24,7 +24,7 @@ export default function Index(): JSX.Element {
|
|||||||
url: 'https://nx.dev',
|
url: 'https://nx.dev',
|
||||||
title: 'Nx: Smart Repos · Fast Builds',
|
title: 'Nx: Smart Repos · Fast Builds',
|
||||||
description:
|
description:
|
||||||
'Build system, optimized for monorepos, with AI-powered architectural awareness and advanced CI capabilities.',
|
'An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.',
|
||||||
images: [
|
images: [
|
||||||
{
|
{
|
||||||
url: 'https://nx.dev/socials/nx-media.png',
|
url: 'https://nx.dev/socials/nx-media.png',
|
||||||
|
|||||||
@ -31,10 +31,16 @@ export function Hero(): ReactElement {
|
|||||||
variant="subtitle"
|
variant="subtitle"
|
||||||
className="mx-auto mt-6 max-w-3xl"
|
className="mx-auto mt-6 max-w-3xl"
|
||||||
>
|
>
|
||||||
<Strong>Build system</Strong>, optimized for monorepos, with{' '}
|
An{' '}
|
||||||
<Strong>AI-powered</Strong> <br className="hidden md:block" />
|
<strong className="rounded-lg bg-gradient-to-r from-pink-500 to-fuchsia-500 bg-clip-text text-transparent">
|
||||||
architectural awareness and <Strong>advanced CI</Strong>{' '}
|
AI-first
|
||||||
capabilities.
|
</strong>{' '}
|
||||||
|
build platform that connects everything{' '}
|
||||||
|
<strong className="rounded-lg bg-gradient-to-r from-cyan-500 to-blue-500 bg-clip-text text-transparent">
|
||||||
|
from your editor to CI
|
||||||
|
</strong>
|
||||||
|
. <br className="hidden md:block" />
|
||||||
|
Helping you deliver fast, without breaking things.
|
||||||
</SectionHeading>
|
</SectionHeading>
|
||||||
<div className="mt-10 flex flex-col items-center justify-center gap-6 sm:flex-row">
|
<div className="mt-10 flex flex-col items-center justify-center gap-6 sm:flex-row">
|
||||||
<ButtonLink
|
<ButtonLink
|
||||||
|
|||||||
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
# Nx: Smart Repos · Fast Builds
|
# Nx: Smart Repos · Fast Builds
|
||||||
|
|
||||||
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
|
An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.
|
||||||
|
|
||||||
This package is an [Angular plugin for Nx](https://nx.dev/nx-api/angular).
|
This package is an [Angular plugin for Nx](https://nx.dev/nx-api/angular).
|
||||||
|
|
||||||
|
|||||||
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
# `> npx create-nx-plugin`
|
# `> npx create-nx-plugin`
|
||||||
|
|
||||||
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
|
An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.
|
||||||
|
|
||||||
## What is It?
|
## What is It?
|
||||||
|
|
||||||
|
|||||||
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
# `> npx create-nx-workspace`
|
# `> npx create-nx-workspace`
|
||||||
|
|
||||||
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
|
An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.
|
||||||
|
|
||||||
## What is It?
|
## What is It?
|
||||||
|
|
||||||
|
|||||||
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
# Nx: Smart Repos · Fast Builds
|
# Nx: Smart Repos · Fast Builds
|
||||||
|
|
||||||
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
|
An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.
|
||||||
|
|
||||||
This package is a [Cypress plugin for Nx](https://nx.dev/cypress/overview).
|
This package is a [Cypress plugin for Nx](https://nx.dev/cypress/overview).
|
||||||
|
|
||||||
|
|||||||
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
# Nx: Smart Repos · Fast Builds
|
# Nx: Smart Repos · Fast Builds
|
||||||
|
|
||||||
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
|
An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.
|
||||||
|
|
||||||
This package is a [Detox plugin for Nx](https://nx.dev/detox/overview).
|
This package is a [Detox plugin for Nx](https://nx.dev/detox/overview).
|
||||||
|
|
||||||
|
|||||||
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
# Nx: Smart Repos · Fast Builds
|
# Nx: Smart Repos · Fast Builds
|
||||||
|
|
||||||
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
|
An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.
|
||||||
|
|
||||||
This package contains a set of utilities for creating Nx plugins.
|
This package contains a set of utilities for creating Nx plugins.
|
||||||
|
|
||||||
|
|||||||
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
# Nx: Smart Repos · Fast Builds
|
# Nx: Smart Repos · Fast Builds
|
||||||
|
|
||||||
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
|
An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.
|
||||||
|
|
||||||
This package is a [EsBuild plugin for Nx](https://nx.dev/nx-api/esbuild).
|
This package is a [EsBuild plugin for Nx](https://nx.dev/nx-api/esbuild).
|
||||||
|
|
||||||
|
|||||||
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
# Nx: Smart Repos · Fast Builds
|
# Nx: Smart Repos · Fast Builds
|
||||||
|
|
||||||
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
|
An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.
|
||||||
|
|
||||||
This package is an ESLint plugin for Nx.
|
This package is an ESLint plugin for Nx.
|
||||||
|
|
||||||
|
|||||||
@ -11,6 +11,6 @@
|
|||||||
|
|
||||||
# Nx: Smart Repos · Fast Builds
|
# Nx: Smart Repos · Fast Builds
|
||||||
|
|
||||||
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
|
An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.
|
||||||
|
|
||||||
{{content}}
|
{{content}}
|
||||||
|
|||||||
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
# Nx: Smart Repos · Fast Builds
|
# Nx: Smart Repos · Fast Builds
|
||||||
|
|
||||||
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
|
An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.
|
||||||
|
|
||||||
This package is a [Expo plugin for Nx](https://nx.dev/expo/overview).
|
This package is a [Expo plugin for Nx](https://nx.dev/expo/overview).
|
||||||
|
|
||||||
|
|||||||
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
# Nx: Smart Repos · Fast Builds
|
# Nx: Smart Repos · Fast Builds
|
||||||
|
|
||||||
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
|
An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.
|
||||||
|
|
||||||
This package is an [Express plugin for Nx](https://nx.dev/express/overview).
|
This package is an [Express plugin for Nx](https://nx.dev/express/overview).
|
||||||
|
|
||||||
|
|||||||
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
# Nx: Smart Repos · Fast Builds
|
# Nx: Smart Repos · Fast Builds
|
||||||
|
|
||||||
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
|
An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.
|
||||||
|
|
||||||
This package is a [Gradle plugin for Nx](https://nx.dev/gradle/overview).
|
This package is a [Gradle plugin for Nx](https://nx.dev/gradle/overview).
|
||||||
|
|
||||||
|
|||||||
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
# Nx: Smart Repos · Fast Builds
|
# Nx: Smart Repos · Fast Builds
|
||||||
|
|
||||||
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
|
An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.
|
||||||
|
|
||||||
This package is a [Jest plugin for Nx](https://nx.dev/jest/overview).
|
This package is a [Jest plugin for Nx](https://nx.dev/jest/overview).
|
||||||
|
|
||||||
|
|||||||
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
# Nx: Smart Repos · Fast Builds
|
# Nx: Smart Repos · Fast Builds
|
||||||
|
|
||||||
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
|
An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.
|
||||||
|
|
||||||
This package is a [JavaScript/TypeScript plugin for Nx](https://nx.dev/js/overview).
|
This package is a [JavaScript/TypeScript plugin for Nx](https://nx.dev/js/overview).
|
||||||
|
|
||||||
|
|||||||
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
# Nx: Smart Repos · Fast Builds
|
# Nx: Smart Repos · Fast Builds
|
||||||
|
|
||||||
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
|
An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.
|
||||||
|
|
||||||
This package is a [Module Federation plugin for Nx](https://nx.dev/nx-api/module-federation).
|
This package is a [Module Federation plugin for Nx](https://nx.dev/nx-api/module-federation).
|
||||||
Module Federation allows developers to share code between deployed applications easier and makes team collaboration more efficient.
|
Module Federation allows developers to share code between deployed applications easier and makes team collaboration more efficient.
|
||||||
|
|||||||
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
# Nx: Smart Repos · Fast Builds
|
# Nx: Smart Repos · Fast Builds
|
||||||
|
|
||||||
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
|
An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.
|
||||||
|
|
||||||
This package is a [NestJS plugin for Nx](https://nx.dev/nest/overview).
|
This package is a [NestJS plugin for Nx](https://nx.dev/nest/overview).
|
||||||
|
|
||||||
|
|||||||
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
# Nx: Smart Repos · Fast Builds
|
# Nx: Smart Repos · Fast Builds
|
||||||
|
|
||||||
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
|
An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.
|
||||||
|
|
||||||
This package is a [Next.js plugin for Nx](https://nx.dev/next/overview).
|
This package is a [Next.js plugin for Nx](https://nx.dev/next/overview).
|
||||||
|
|
||||||
|
|||||||
@ -11,6 +11,6 @@
|
|||||||
|
|
||||||
# Nx: Smart Repos · Fast Builds
|
# Nx: Smart Repos · Fast Builds
|
||||||
|
|
||||||
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
|
An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.
|
||||||
|
|
||||||
{{content}}
|
{{content}}
|
||||||
|
|||||||
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
# Nx: Smart Repos · Fast Builds
|
# Nx: Smart Repos · Fast Builds
|
||||||
|
|
||||||
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
|
An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.
|
||||||
|
|
||||||
This package is a [Nuxt plugin for Nx](https://nx.dev/nx-api/nuxt).
|
This package is a [Nuxt plugin for Nx](https://nx.dev/nx-api/nuxt).
|
||||||
|
|
||||||
|
|||||||
@ -11,6 +11,6 @@
|
|||||||
|
|
||||||
# Nx: Smart Repos · Fast Builds
|
# Nx: Smart Repos · Fast Builds
|
||||||
|
|
||||||
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
|
An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.
|
||||||
|
|
||||||
{{content}}
|
{{content}}
|
||||||
|
|||||||
@ -11,6 +11,6 @@
|
|||||||
|
|
||||||
# Nx: Smart Repos · Fast Builds
|
# Nx: Smart Repos · Fast Builds
|
||||||
|
|
||||||
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
|
An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.
|
||||||
|
|
||||||
{{content}}
|
{{content}}
|
||||||
|
|||||||
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
# Nx: Smart Repos · Fast Builds
|
# Nx: Smart Repos · Fast Builds
|
||||||
|
|
||||||
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
|
An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.
|
||||||
|
|
||||||
## What is It?
|
## What is It?
|
||||||
|
|
||||||
|
|||||||
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
# Nx: Smart Repos · Fast Builds
|
# Nx: Smart Repos · Fast Builds
|
||||||
|
|
||||||
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
|
An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.
|
||||||
|
|
||||||
This package is a [React Native plugin for Nx](https://nx.dev/nx-api/react-native).
|
This package is a [React Native plugin for Nx](https://nx.dev/nx-api/react-native).
|
||||||
|
|
||||||
|
|||||||
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
# Nx: Smart Repos · Fast Builds
|
# Nx: Smart Repos · Fast Builds
|
||||||
|
|
||||||
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
|
An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.
|
||||||
|
|
||||||
This package is a [React plugin for Nx](https://nx.dev/nx-api/react).
|
This package is a [React plugin for Nx](https://nx.dev/nx-api/react).
|
||||||
|
|
||||||
|
|||||||
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
# Nx: Smart Repos · Fast Builds
|
# Nx: Smart Repos · Fast Builds
|
||||||
|
|
||||||
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
|
An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.
|
||||||
|
|
||||||
This package is a [Remix plugin for Nx](https://nx.dev/nx-api/remix).
|
This package is a [Remix plugin for Nx](https://nx.dev/nx-api/remix).
|
||||||
|
|
||||||
|
|||||||
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
# Nx: Smart Repos · Fast Builds
|
# Nx: Smart Repos · Fast Builds
|
||||||
|
|
||||||
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
|
An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.
|
||||||
|
|
||||||
This package is a [Rollup plugin for Nx](https://nx.dev/nx-api/rollup).
|
This package is a [Rollup plugin for Nx](https://nx.dev/nx-api/rollup).
|
||||||
|
|
||||||
|
|||||||
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
# Nx: Smart Repos · Fast Builds
|
# Nx: Smart Repos · Fast Builds
|
||||||
|
|
||||||
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
|
An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.
|
||||||
|
|
||||||
This package is a [Rsbuild plugin for Nx](https://nx.dev/nx-api/rsbuild).
|
This package is a [Rsbuild plugin for Nx](https://nx.dev/nx-api/rsbuild).
|
||||||
|
|
||||||
|
|||||||
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
# Nx: Smart Repos · Fast Builds
|
# Nx: Smart Repos · Fast Builds
|
||||||
|
|
||||||
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
|
An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.
|
||||||
|
|
||||||
This package is a [Rspack plugin for Nx](https://nx.dev/nx-api/rspack).
|
This package is a [Rspack plugin for Nx](https://nx.dev/nx-api/rspack).
|
||||||
|
|
||||||
|
|||||||
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
# Nx: Smart Repos · Fast Builds
|
# Nx: Smart Repos · Fast Builds
|
||||||
|
|
||||||
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
|
An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.
|
||||||
|
|
||||||
This package is a [Storybook plugin for Nx](https://nx.dev/nx-api/storybook).
|
This package is a [Storybook plugin for Nx](https://nx.dev/nx-api/storybook).
|
||||||
|
|
||||||
|
|||||||
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
# Nx: Smart Repos · Fast Builds
|
# Nx: Smart Repos · Fast Builds
|
||||||
|
|
||||||
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
|
An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.
|
||||||
|
|
||||||
This package is a [Vite plugin for Nx](https://nx.dev/nx-api/vite).
|
This package is a [Vite plugin for Nx](https://nx.dev/nx-api/vite).
|
||||||
|
|
||||||
|
|||||||
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
# Nx: Smart Repos · Fast Builds
|
# Nx: Smart Repos · Fast Builds
|
||||||
|
|
||||||
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
|
An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.
|
||||||
|
|
||||||
This package is a [Vue plugin for Nx](https://nx.dev/nx-api/vue).
|
This package is a [Vue plugin for Nx](https://nx.dev/nx-api/vue).
|
||||||
|
|
||||||
|
|||||||
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
# Nx: Smart Repos · Fast Builds
|
# Nx: Smart Repos · Fast Builds
|
||||||
|
|
||||||
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
|
An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.
|
||||||
|
|
||||||
This package is a [Web plugin for Nx](https://nx.dev/nx-api/web).
|
This package is a [Web plugin for Nx](https://nx.dev/nx-api/web).
|
||||||
|
|
||||||
|
|||||||
@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
# Nx: Smart Repos · Fast Builds
|
# Nx: Smart Repos · Fast Builds
|
||||||
|
|
||||||
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
|
An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.
|
||||||
|
|
||||||
This package is a [Webpack plugin for Nx](https://nx.dev/nx-api/webpack).
|
This package is a [Webpack plugin for Nx](https://nx.dev/nx-api/webpack).
|
||||||
|
|
||||||
|
|||||||
@ -11,6 +11,6 @@
|
|||||||
|
|
||||||
# Nx: Smart Repos · Fast Builds
|
# Nx: Smart Repos · Fast Builds
|
||||||
|
|
||||||
Nx is a build system, optimized for monorepos, with plugins for popular frameworks and tools and advanced CI capabilities including caching and distribution.
|
An AI-first build platform that connects everything from your editor to CI. Helping you deliver fast, without breaking things.
|
||||||
|
|
||||||
{{content}}
|
{{content}}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user