/vue-todo

to-do application created with vue, typescript, vite

Primary LanguageVue

prueba-frontend

Aplicacion de prueba realizado con vue 3 en vite y typescript.

Recomendaciones para desarrollo

VSCode Volar (and disable Vetur) TypeScript Vue Plugin (Volar)

If the standalone TypeScript plugin doesn't feel fast enough to you, Volar has also implemented a Take Over Mode that is more performant. You can enable it by the following steps:

Project Setup

cd vue-todo
pnpm install

Compilar para desarrollo

pnpm run dev
[abrir enlace](http://127.0.0.1:4200/)

Type-Check, Compile and Minify for Production

pnpm run build