Gatsby
made with
React
简介及使用教程
Gatsby是一个基于React的免费开源框架,帮助开发人员快速构建网站和应用程序,可以使用Gatsby构建博客、电子商务站点、功能完善的应用程序以及更多其他功能。
安装
安装 Gatsby Cli
npm install -g gatsby-cli
创建站点
gatsby new my-blazing-fast-site
启动(http://localhost:8000
)
cd my-blazing-fast-site/
gatsby develop
详细教程参见:
https://www.gatsbyjs.com/docs/tutorial/
作者
Gatsby
@gatsbyjs相关项目