- Notifications
You must be signed in to change notification settings - Fork477
Closed
Description
File Structure
- Rename
vite-env.d.ts
to justenv.d.ts
since it's no longer vite-specific - Remove
jsconfig.json
andenv.d.ts
for non-TS projects (no longer necessary for latest Volar)
Welcome Screen
- Community should mention the@vuejs twitter account
- The welcome screen doesn't need the explicit scheme switch - it should just follow system preference.
- It feels a bit messy to have all these components/composables for the welcome screen in a fresh project. We should move them all under a
src/welcome
directory so the user can easily delete them.src/App.vue
should just import and render asrc/welcome/Welcome.vue
component. - Make the wording the for the Documentation item more succint: "Vue’s official documentation provides you with all the information you need to get started."
Publishing
- Move all deps to
devDependencies
+ bundle withesbuild
before publishing to reduce network requests
Metadata
Metadata
Assignees
Labels
No labels