上传者: 42102713
|
上传时间: 2021-02-03 14:05:45
|
文件大小: 4.47MB
|
文件类型: ZIP
Gatsby主题工作区
正在安装
git clone https://github.com/lundegaard/gatsby-theme-fast-ai my-app
cd my-app
yarn install
发展中
yarn examples start
要么
yarn start
跑步故事书
yarn storybook start
要么
yarn start:storybook
项目模板
.
├── apps
│ ├── docs-examples
│ └── storybook
├── packages
│ ├── gatsby-plugin-setup
│ ├── gatsby-theme-fast-ai
│ └── ui-components
└── tools
examples
示例应用
ui-components
常见的UI组件
gatsby-plugin-setup
包含一些针对默认Gatsby配置的补丁
gatsby-theme-fast-ai
包含Gatsby应用程序的通用设置
配置Gatsby插件集
相关项目
–快速AI的