- Notifications
You must be signed in to change notification settings - Fork504
Closed
Description
File Structure
- Rename
vite-env.d.tsto justenv.d.tssince it's no longer vite-specific - Remove
jsconfig.jsonandenv.d.tsfor 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/welcomedirectory so the user can easily delete them.src/App.vueshould just import and render asrc/welcome/Welcome.vuecomponent. - 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 withesbuildbefore publishing to reduce network requests
Metadata
Metadata
Assignees
Labels
No labels