2 |
3 |
9 | Unified plugin system, Support Vite, Rollup, webpack, esbuild, and more 10 |
11 | 12 |13 | Documentation 14 |
15 | 16 | ## Development 17 | 18 | This project use [GitHub GraphQL API](https://docs.github.com/en/graphql) to generate the showcase data. So you need to create a [GitHub Personal Access Token](https://github.com/settings/personal-access-tokens/new) first. 19 | 20 | ```bash 21 | cp .env.example .env 22 | ``` 23 | 24 | ```ini 25 | # .env 26 | GITHUB_TOKEN=