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)
欢迎捐款!请参阅贡献指南以获取更多信息。
创建下一个堆栈是根据麻省理工学院许可证发布的。