文件名称:base-design-docs:基本设计系统的文档站点
文件大小:1.11MB
文件格式:ZIP
更新时间:2024-05-22 03:14:29
documentation design-system TypeScript
发展 首先,克隆并安装依赖项: $ git clone https://github.com/uber/base-design-docs.git $ cd base-design-docs $ yarn 然后,创建一个.env.local文件,如下所示: # The base figma file for the org FIGMA_FILE_KEY=XYZ # The figma project to build pages from FIGMA_PROJECT_ID=XYZ # A figma API auth token with access to the above file FIGMA_AUTH_TOKEN=XYZ 您可以通过查看项目的URL找到前两个变量: https://www.figma.com/files/FIGMA_FILE_KEY/project/FIGM
【文件预览】:
base-design-docs-main
----package.json(1KB)
----data()
--------.gitignore(71B)
----Dockerfile(312B)
----LICENSE(1KB)
----.eslintrc.js(1KB)
----pages()
--------[pageKey].tsx(7KB)
--------_app.tsx(1KB)
--------index.tsx(2KB)
--------_document.tsx(2KB)
----tsconfig.json(496B)
----styles.css(152B)
----next-env.d.ts(75B)
----docker-compose.yml(58B)
----.gitignore(385B)
----components()
--------header.tsx(5KB)
--------side-navigation.tsx(3KB)
--------bottom-navigation.tsx(3KB)
--------layout.tsx(5KB)
--------icons.tsx(7KB)
--------search.tsx(3KB)
----lib()
--------gtag.ts(626B)
--------theme.tsx(613B)
--------styletron.ts(432B)
--------types.ts(2KB)
--------api.ts(8KB)
--------hooks.ts(727B)
----.npmrc(45B)
----public()
--------UberMove-Medium.woff2(29KB)
--------UberMoveText-Regular.woff2(28KB)
--------frames()
--------fonts.css(504B)
--------UberMoveText-Regular.woff(35KB)
--------collage.png(897KB)
--------UberMove-Medium.woff(36KB)
--------base.svg(1KB)
----README.md(4KB)
----yarn.lock(241KB)
----.buildkite()
--------pipeline.yml(823B)