Vite+ is a new unified toolchain and entry point to web application development. Manage your runtime, package manager, and frontend stack with one tool.
curl -fsSL https://vite.plus | bash
Replies
Best
This is nice, Angular moved to Vite as default and the dev server startup was so much faster compared to the old Webpack setup. Having Vitest and linting all under one CLI would save me from juggling config files across projects.
Quick question, does Oxlint handle Angular template linting or is that still something you need to set up separately?
Replies
This is nice, Angular moved to Vite as default and the dev server startup was so much faster compared to the old Webpack setup. Having Vitest and linting all under one CLI would save me from juggling config files across projects.
Quick question, does Oxlint handle Angular template linting or is that still something you need to set up separately?