next-starter

时间:2024-04-18 06:34:21
【文件属性】:

文件名称:next-starter

文件大小:211KB

文件格式:ZIP

更新时间:2024-04-18 06:34:21

TypeScript

模板 这是我下一个项目的模板 这个项目包括什么? 款式 next.config.js和next.config.js设置 情感 逻辑 打字稿设置 一些实用程序 格式设定 资料夹结构 创建应用程序后,它应类似于: . ├── README.md ├── components │ ├── head.js │ └── nav.js ├── next.config.js ├── node_modules │ ├── [...] ├── package.json ├── pages │ └── index.js ├── static │ └── favicon.ico └── yarn.lock


【文件预览】:
next-starter-master
----next.config.js(164B)
----package.json(637B)
----.eslintrc.json(997B)
----.prettierrc(108B)
----package-lock.json(370KB)
----memo.md(0B)
----pages()
--------_app.tsx(837B)
--------index.tsx(954B)
----tsconfig.json(629B)
----next-env.d.ts(75B)
----.gitignore(230B)
----components()
--------top()
--------common()
----styles()
--------reset.ts(3KB)
----public()
--------404.html(2KB)
--------index.html(3KB)
--------favicon.ico(15KB)
----README.md(585B)
----yarn.lock(270KB)
----.vscode()
--------settings.json(182B)

网友评论