- Iniciada no branch
migration-to-react - Passo a passo (gerado por IA) para migração no arquivo
README_migration_to_react.md
This template should help get you started developing with Vue 3 in Vite.
VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).
See Vite Configuration Reference.
npm installnpm run devnpm run buildRun Unit Tests with Vitest
npm run test:unitRun End-to-End Tests with Cypress
npm run test:e2e:devThis runs the end-to-end tests against the Vite development server. It is much faster than the production build.
But it's still recommended to test the production build with test:e2e before deploying (e.g. in CI environments):
npm run build
npm run test:e2eLint with ESLint
npm run lintsequenceDiagram
actor Dev as Desenvolvedores
participant Git as GitHub
participant Net as Netlify
Note over Dev,Net: Fluxo de Deploy com Preview
Dev->>Git: Abre Pull Request (PR) para main
Git->>Net: Novo Evento: PR criada
Net-->>Git: Deploy Preview criado
Note over Dev,Net: Loop de desenvolvimento
Dev->>Git: Aprova e mergeia PR para main
Git->>Net: Novo Evento: Branch main atualizada
Net-->>Git: Deploy de Produção atualizado