文件名称:devblog:http
文件大小:17.09MB
文件格式:ZIP
更新时间:2024-04-30 21:42:34
JavaScript
盖茨比的世界初学者 用这个hello-world样板启动您的项目。 该入门工具随附了主要的Gatsby配置文件,您可能需要使用React的快速应用生成器来快速启动和运行。 还有其他更具体的想法吗? 您可能需要查看我们充满活力的集合。 :rocket: 快速开始 创建一个Gatsby网站。 使用Gatsby CLI创建一个新站点,并指定hello-world启动程序。 # create a new Gatsby site using the hello-world starter gatsby new my-hello-world-starter https://github.com/gatsbyjs/gatsby-starter-hello-world 开始开发。 导航到新站点的目录并启动。 cd my-hello-world-starter/ gatsby develop 打开源代码并
【文件预览】:
devblog-master
----package.json(1KB)
----.prettierrc(46B)
----.prettierignore(45B)
----LICENSE(1KB)
----package-lock.json(1.64MB)
----static()
--------favicon-old.ico(3KB)
--------admin()
--------yap_logo.png(98KB)
--------marfa.jpg(959KB)
--------cursor.js(271B)
--------favicon.ico(2KB)
----gatsby-config.js(623B)
----src()
--------images()
--------templates()
--------drafts()
--------pages()
--------components()
--------styles()
--------projects()
--------posts()
----.well-known()
--------brave-rewards-verification.txt(146B)
----gatsby-browser.js(32B)
----.gitignore(974B)
----README.md(5KB)
----.node-version(2B)
----gatsby-node.js(1KB)