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 create-vite starters #8

Merged
merged 4 commits into from
Apr 29, 2024
Merged

add create-vite starters #8

merged 4 commits into from
Apr 29, 2024

Conversation

milahu
Copy link
Contributor

@milahu milahu commented Apr 7, 2024

i was looking for a "pure javascript" starter for qwik

stackblitz has these starters in "new project"

these translate to the git paths

apparently, create-vite accepts no command line arguments
at least create-vite --help has no effect

commands to create an empty project in some-dir

npx create-vite some-dir --template qwik
npx create-vite some-dir --template qwik-ts

these are very minimal starters, so no qwik-city router

to compare, npx create-qwik has these starters, but no "pure javascript" starter
these are somehow based on qwik/starters/apps

◆  Select a starter
│  ● Basic App (Qwik City + Qwik) (Demo App with Routing built-in (recommended))
│  ○ Site with Visual CMS (Qwik City + Qwik)
│  ○ Empty App (Qwik City + Qwik)
│  ○ Component library (Qwik)

also add my qwik-starter-empty-app-javascript starter
based on the "Empty App" starter of create-qwik, including qwik-city

@prototypa prototypa merged commit 3534e6e into onwidget:main Apr 29, 2024
1 check passed
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.

2 participants