subtle ui
v2.0.1
在网络上发现的巧妙但低调的用户交互的集合。该项目使用 React 来保持示例代码简单明了。
content
文件夹中创建一个新的 Markdown 文件。例如my-cool-example.md
。 title: My Cool Example
date: 2019-09-24
author: John Doe
github: johndoe123
master
后,网站将自动部署到 https://subtle-ui.netlify.com。 ?重要提示:该项目使用自定义组件将 Markdown 代码块呈现为实时代码(包括预览)。有一些独特的特征需要注意:
render
。yarn develop
- 在 http://localhost:8000 上查看网站的本地版本
yarn build && yarn serve
- 在 http://localhost:9000 上查看网站的生产版本