create next stack
1.0.0
Create Next Stack是一個網站和CLI工具,用於輕鬆設置New Next.js應用程序的樣板。
在哪裡創建下一個應用程序,您只能選擇一個模板,請創建下一個堆棧,讓您選擇並選擇一系列經常與Next.js一起使用的技術,並使您擺脫使它們一起工作的痛苦。
要開始,請訪問create-next-stack.com。
下表概述了Create Next堆棧當前支持的技術。
| 姓名 | 鏈接 |
|---|---|
| next.js | 網站 - 文檔 - 學習next.js -github -Wikipedia |
| 反應 | 網站 - 文檔-Github -Wikipedia |
| 打字稿 | 網站 - 文檔-Github -Wikipedia |
| 情感 | 網站 - 文檔-Github |
| 樣式的組件 | 網站 - 文檔-Github |
| 尾風CSS | 網站 - 文檔-Github |
| Sass | 網站 - 文檔 - next.js特定文檔 |
| CSS模塊 | 網站 - 文檔 - next.js特定文檔 |
| CSS模塊 | 網站 - 文檔 - next.js特定文檔 |
| 壁爐 | 網站 - 文檔-Github |
| 脈輪UI | 網站 - 文檔-Github |
| 材料UI | 網站 - 文檔-Github |
| 制定運動 | 網站 - 文檔-Github |
| React Hook形式 | 網站 - 文檔-Github |
| formik | 網站 - 文檔-Github |
| 反應查詢 | 網站 - 文檔-Github |
| 反應圖標 | 網站-Github |
| eslint | 網站 - 配置 - 規則-Github |
| 更漂亮 | 網站 - 文檔 - 選項-Github |
| 沙啞 | 網站 - 文檔-Github |
| 絨毛階段 | 網站-Github |
| PNPM | 網站 - 文檔-Github |
| 紗 | 網站 - CLI文檔-Github |
| NPM | 網站 - 文檔-Github |
| github動作 | 網站 - 文檔 - 工作流語法 |
| 合理的分析 | 網站 - 文檔-Github |
| 下一步 | 網站-Github |
| 動詞 | 網站 - 文檔 - CLI文檔 |
| Netlify | 網站 - 文檔 - CLI文檔 |
在下面,您可以看到Create Next堆棧用法的概述,包括有關參數和選項的詳細信息。概述是運行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)
歡迎捐款!請參閱貢獻指南以獲取更多信息。
創建下一個堆棧是根據麻省理工學院許可證發布的。