Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add sveltekit example #1184

Closed
wants to merge 2 commits into from
Closed

Conversation

StephDietz
Copy link

Changes

  • Added new with-sveltekit example
  • Includes two SvelteKit projects (the demo app and skeleton app) alongside the two basic nextjs examples
  • Added packages/svelte-ui which contains a basic Header.svelte component
  • Header.svelte is being imported and used within apps/sveltekit-skeleton-app/src/routes/index.svelte

@vercel
Copy link

vercel bot commented May 5, 2022

@StephDietz is attempting to deploy a commit to the Vercel Team on Vercel.

A member of the Team first needs to authorize it.

Copy link
Contributor

@nathanhammond nathanhammond left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Heya @StephDietz! Thanks for prepping this!

Unfortunately, the create-turbo version you were using didn't contain the changes from #1172 and #1174. We need a version of this which is built on top of those changes.

  • You can use npx create-turbo@canary to get those changes.
  • We should replace the web and docs next apps with Svelte apps instead of standing up more things likely just going to need to be be deleted inside of the repo.
  • Then, since we dropped next, we should modify the eslint-config-custom to not use the next config and instead use svelte stuff.

There's probably more little fiddly bits as well, but that's a good picture of things that I already know we need to be address.

kodiakhq bot pushed a commit that referenced this pull request Jun 29, 2022
A basic svelte example. 

Replaces #1184 and #244

**NOTE**: There is no shared `ts-config` package here because of how svelte sets up it's ts-config inheritance. The base config is auto generated in a set location (`.svelte-kit`). There are a few open issues about adjusting this for better monorepo support (relevant issues: sveltejs/kit#4052, microsoft/TypeScript#29118 (comment))
@tknickman
Copy link
Member

Closed in favor of #1458

@tknickman tknickman closed this Jun 29, 2022
yeabu369 pushed a commit to yeabu369/afrovalleyio that referenced this pull request Dec 31, 2022
A basic svelte example. 

Replaces vercel/turborepo#1184 and vercel/turborepo#244

**NOTE**: There is no shared `ts-config` package here because of how svelte sets up it's ts-config inheritance. The base config is auto generated in a set location (`.svelte-kit`). There are a few open issues about adjusting this for better monorepo support (relevant issues: sveltejs/kit#4052, microsoft/TypeScript#29118 (comment))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants