{"id":19208530,"url":"https://github.com/heiwa4126/material-vite-ts","last_synced_at":"2026-06-13T02:34:15.190Z","repository":{"id":249586786,"uuid":"645656341","full_name":"heiwa4126/material-vite-ts","owner":"heiwa4126","description":"a MUI example from https://mui.com/material-ui/getting-started/example-projects/","archived":false,"fork":false,"pushed_at":"2026-01-30T04:58:53.000Z","size":143,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-30T20:59:05.029Z","etag":null,"topics":["example","muiv5"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/heiwa4126.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-05-26T06:27:08.000Z","updated_at":"2026-01-30T04:58:51.000Z","dependencies_parsed_at":"2024-07-22T03:28:41.900Z","dependency_job_id":"bdc8a699-6ecd-4152-8fee-7a22d8e57994","html_url":"https://github.com/heiwa4126/material-vite-ts","commit_stats":null,"previous_names":["heiwa4126/material-vite-ts"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/heiwa4126/material-vite-ts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heiwa4126%2Fmaterial-vite-ts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heiwa4126%2Fmaterial-vite-ts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heiwa4126%2Fmaterial-vite-ts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heiwa4126%2Fmaterial-vite-ts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/heiwa4126","download_url":"https://codeload.github.com/heiwa4126/material-vite-ts/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heiwa4126%2Fmaterial-vite-ts/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34270414,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-13T02:00:06.617Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["example","muiv5"],"created_at":"2024-11-09T13:26:50.133Z","updated_at":"2026-06-13T02:34:15.172Z","avatar_url":"https://github.com/heiwa4126.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# material-vite-ts\n\nMUI本家にあった Vite+React(TypeScript) の examplesをやってみる。\n\n出所:\n\n- [Example projects - Material UI](https://mui.com/material-ui/getting-started/example-projects/)\n- [material-ui/examples/material-vite-ts at master · mui/material-ui · GitHub](https://github.com/mui/material-ui/tree/master/examples/material-vite-ts)\n\n## 変更点\n\n- pnpmでやった。\n- .tsx を再フォーマットした.\n- @vitejs/plugin-react-swc にした。\n- \"moduleResolution\" を \"bundler\" にした。\n- pnpm lint できるようにした。\n\n## メモ\n\npackage.jsonで、モジュールのバージョンが全部 \"latest\"\n\n以下オリジナルのREADME.\n\n\u003chr\u003e\n\n# Material UI - Vite.js in Typescript example\n\n## How to use\n\nDownload the example [or clone the repo](https://github.com/mui/material-ui):\n\n\u003c!-- #default-branch-switch --\u003e\n\n```sh\ncurl https://codeload.github.com/mui/material-ui/tar.gz/master | tar -xz --strip=2 material-ui-master/examples/material-vite-ts\ncd material-vite-ts\n```\n\nInstall it and run:\n\n```sh\nnpm install\nnpm run dev\n```\n\nor:\n\n\u003c!-- #default-branch-switch --\u003e\n\n[![Edit on StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/mui/material-ui/tree/master/examples/material-vite-ts)\n\n[![Edit on CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/github/mui/material-ui/tree/master/examples/material-vite-ts)\n\n## The idea behind the example\n\nThis example uses [Vite.js](https://github.com/vitejs/vite).\nIt includes `@mui/material` with `@mui/icons-material` and their peer dependencies, including [Emotion](https://emotion.sh/docs/introduction), the default style engine in Material UI v5.\n\n## What's next?\n\n\u003c!-- #default-branch-switch --\u003e\n\nYou now have a working example project.\nYou can head back to the documentation, continuing browsing it from the [templates](https://mui.com/material-ui/getting-started/templates/) section.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheiwa4126%2Fmaterial-vite-ts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fheiwa4126%2Fmaterial-vite-ts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheiwa4126%2Fmaterial-vite-ts/lists"}