Erstellen Sie den nächsten Stack ist eine Website und ein CLI -Tool, mit dem die Boilerplate von neuen Next.js -Apps einfach eingerichtet wird.
Wenn Sie die nächste App erstellen, können Sie nur eine einzelne Vorlage auswählen, erstellen Sie den nächsten Stack mit, können Sie eine Reihe von Technologien auswählen, die häufig neben Next.js verwendet werden, und befreien Sie den Schmerz, sie zusammenzuarbeiten.
Um loszulegen, gehen Sie zu create-next-stack.com.
Die folgende Tabelle bietet einen Überblick über die Technologien, die derzeit von Create Next Stack unterstützt werden.
| Name | Links |
|---|---|
| Weiter.js | Website - Dokumente - Lernen Sie Next.js - Github - Wikipedia |
| Reagieren | Website - Dokumente - GitHub - Wikipedia |
| Typoskript | Website - Dokumente - GitHub - Wikipedia |
| Emotion | Website - Dokumente - GitHub |
| Gestaltete Komponenten | Website - Dokumente - GitHub |
| Rückenwind -CSS | Website - Dokumente - GitHub |
| Sass | Website - Dokumente - Next.js -spezifische Dokumente |
| CSS -Module | Website - Dokumente - Next.js -spezifische Dokumente |
| CSS -Module | Website - Dokumente - Next.js -spezifische Dokumente |
| Mantine | Website - Dokumente - GitHub |
| Chakra ui | Website - Dokumente - GitHub |
| Material UI | Website - Dokumente - GitHub |
| Framer -Bewegung | Website - Dokumente - GitHub |
| Hakenform reagieren | Website - Dokumente - GitHub |
| Formik | Website - Dokumente - GitHub |
| Reaktieren Sie die Abfrage | Website - Dokumente - GitHub |
| Reagieren Ikonen | Website - GitHub |
| Eslint | Website - Konfiguration - Regeln - GitHub |
| Hübscher | Website - Dokumente - Optionen - GitHub |
| Heiser | Website - Dokumente - GitHub |
| Linkt | Website - GitHub |
| pnpm | Website - Dokumente - GitHub |
| Garn | Website - Cli -Dokumente - GitHub |
| NPM | Website - Dokumente - GitHub |
| Github -Aktionen | Website - Dokumente - Workflow -Syntax |
| Plausible Analytics | Website - Dokumente - GitHub |
| Nächste plausibel | Website - GitHub |
| Vercel | Website - Dokumente - Cli -Dokumente |
| Netlify | Website - Dokumente - Cli -Dokumente |
Im Folgenden sehen Sie einen Überblick über die Verwendung von NEXT Stack, einschließlich detaillierter Informationen zu Argumenten und Optionen. Die Übersicht ist das Ergebnis des Ausführens create-next-stack --help
USAGE
$ create-next-stack [APP_NAME] [FLAGS]
ARGUMENTS
APP_NAME The name of your app, optionally including a path prefix. Eg.:
"my-app" or "path/to/my-app"
FLAGS
-h, --help Shows the CLI help information.
-v, --version Shows the CLI version information.
--chakra Adds Chakra UI. (Component library) (Requires
Emotion and Framer Motion)
--debug Show verbose error messages for debugging
purposes.
--formatting-pre-commit-hook Adds a formatting pre-commit hook. (Requires
Prettier)
--formik Adds Formik. (Form library)
--framer-motion Adds Framer Motion. (Animation library)
--github-actions Adds a GitHub Actions continuous integration
workflow.
--mantine Adds Mantine. (Component library) (Requires
Emotion)
--material-ui Adds Material UI. (Component library) (Requires
Emotion)
--netlify Adds Netlify. (Hosting)
--package-manager=<option> (required) Sets the preferred package manager.
(Required)
<options: pnpm|yarn|npm>
--plausible Adds Plausible. (Analytics)
--prettier Adds Prettier. (Code formatting)
--react-hook-form Adds React Hook Form. (Form library)
--react-icons Adds React Icons. (Icon library)
--react-query Adds React Query. (Server state management
library)
--styling=<styling-method> (required) Sets the preferred styling method.
(Required) <styling-method> =
emotion|styled-components|tailwind-css|css-modul
es|css-modules-with-sass
--vercel Adds Vercel. (Hosting)
Beiträge sind willkommen! Weitere Informationen finden Sie in den beitragenden Richtlinien.
Create Next Stack wird unter der MIT -Lizenz veröffentlicht.