文件名称:vertex-nextjs-starter:基于NextJS的Vertex项目的模板项目
文件大小:89KB
文件格式:ZIP
更新时间:2024-05-02 18:05:27
TypeScript
顶点NextJS入门 在Docker中本地运行 将.env.local.template复制到.env.local并可以选择编辑值 运行docker-compose up以在本地启动应用 浏览到 如果您撤消更改,则需要运行docker-compose build来进行构建,然后再次进行docker-compose up 。 当地发展 将.env.local.template复制到.env.local并可以选择编辑值 安装依赖项, yarn install 运行yarn dev启动本地开发服务器 浏览到 项目组织 public/ // Static assets src/ components/ // Components used in pages lib/ // Shared libraries and utilities pages/
【文件预览】:
vertex-nextjs-starter-main
----.dockerignore(30B)
----.github()
--------pull_request_template.md(265B)
--------workflows()
----postcss.config.js(90B)
----public()
--------favicon-512x512.png(3KB)
--------vertex-logo.svg(924B)
----yarn.lock(148KB)
----next-env.d.ts(75B)
----.eslintrc.js(224B)
----next.config.js(49B)
----tailwind.config.js(1KB)
----.prettierignore(55B)
----src()
--------pages()
--------styles()
--------lib()
--------components()
----Dockerfile(370B)
----.prettierrc.json(85B)
----tsconfig.json(633B)
----LICENSE(1KB)
----.env.local.template(128B)
----README.md(1KB)
----.npmrc(85B)
----docker-compose.yml(96B)
----.gitignore(192B)
----package.json(1KB)