Boilerplate at vue 3 whit firebase, vue notus, typesctip, vite, tailwind
This is a template that helps developers get started with Vue 3 and Typescript in Vite. It provides recommendations for IDE setup and offers solutions for handling type support for .vue imports in TypeScript.
To set up the template, follow these steps:
vetur.experimental.templateInterpolationService in the VSCode settings.<script setup>, consider using the Volar extension instead of Vetur for better IDE support.@vuedx/typescript-plugin-vue to the plugins section in tsconfig.json.src/shims-vue.d.ts file as it is no longer needed to provide module info to TypeScript.src/main.ts file in VSCode.This template provides a convenient starting point for developers looking to use Vue 3 and Typescript in their projects. It offers recommendations for IDE setup and addresses the challenge of type support for .vue imports in TypeScript. By following the installation guide, developers can quickly set up their development environment and leverage the capabilities of Vue 3 and Typescript for efficient and maintainable code development.