@ mxttwoods /博客 由Gatsby和Markdown支持的博客 安装 yarn install 用法 yarn build 开始 yarn start 结构 .github/ ** # ci/cd .husky/ ** # git hooks content/blog/ # blog content a11y/ ** # blog post pubsub/ ** # blog post readme-cli/ ** # blog post woods-engineering/ ** # blog post src/ #
2021-03-16 09:17:58 439KB nodejs firebase gatsbyjs CSS
1
gatsby-starter-bulma-故事书 一个最小的Gatsby入门程序,其中包括Bulma和Storybook,用于创建漂亮的响应式Web应用程序。 产品特点 故事书 布尔玛(带有超赞字体的图标) (S)CSS模块 更漂亮 ESLint 笑话 安装 假设已安装Gatsby CLI,则可以运行: gatsby new https://github.com/gvaldambrini/gatsby-starter-bulma-storybook 请注意,由于入门者使用的是纱线选择性依赖项决议,因此必须将yarn用作npm客户端。 有用的纱线命令 执行Web应用程序开发服务器(在端口8000上): yarn develop 运行Storybook开发服务器(在端口9001上): yarn storybook 执行测试: yarn test 运行lint: yarn lint 重新格式化代码: yarn format 在生产模式下构建Web应用程序: yarn build 运行本地HTML服务器以生产模式(在端口9000
2021-02-03 14:05:08 121KB storybook bulma-css gatsbyjs gatsby-starter
1