-
gatsby-theme-fast-ai: :atom_symbol: 用于开发搭载快速AI功能的gatsby应用的工作区
资源介绍
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的