This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 <script setup>
SFCs, check out the script setup docs to learn more.
- VS Code + Vue - Official (previously Volar) and disable Vetur
This is an application that allows you to create boards where you can have multiple sections in order to organize your tasks. A pretty good example is the "Trello" application that this application is inspired by.
To initialize the project:
pnpm
pnpm install
npm
npm i
pnpm
pnpm run dev
npm
npm run dev