mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
15 lines
821 B
JavaScript
15 lines
821 B
JavaScript
export const EXAMPLE_REPOSITORIES = {
|
|
"vue": { "repo": "https://github.com/meteor/skel-vue" },
|
|
"react": { "repo": "https://github.com/meteor/skel-react" },
|
|
"full": { "repo": "https://github.com/meteor/skel-full" },
|
|
"bare": { "repo": "https://github.com/meteor/skel-bare" },
|
|
"blaze": { "repo": "https://github.com/meteor/skel-blaze" },
|
|
"chakra-ui": { "repo": "https://github.com/meteor/skel-chakra-ui" },
|
|
"apollo": { "repo": "https://github.com/meteor/skel-apollo" },
|
|
"minimal": { "repo": "https://github.com/meteor/skel-minimal" },
|
|
"solid": { "repo": "https://github.com/meteor/skel-solid" },
|
|
"svelte": { "repo": "https://github.com/meteor/skel-svelte" },
|
|
"tailwind": { "repo": "https://github.com/meteor/skel-tailwind" },
|
|
"typescript": { "repo": "https://github.com/meteor/skel-typescript" },
|
|
};
|