Vite 한글 공식 문서 (Korean translation of Vite)
Vite is a front-end build tool that enhances the front-end development experience with immediate server startup, fast Hot Module Replacement (HMR), rich functionality, optimized build, flexible plugin system, and type-safe API. It comprises a development server that offers source files through native ES modules with rich built-in features and remarkably fast HMR. Additionally, it includes a build command that bundles code using Rollup pre-configured to output highly optimized static assets for production.
To install Vite, run the following commands:
npm install -g vite
npm install @vitejs/plugin-legacy --save-dev
npm init vite
Vite is a powerful front-end build tool that revolutionizes the development experience with its immediate server startup, fast HMR, rich functionality, optimized build process, flexible plugin system, and type-safe API. By providing developers with seamless tools and processes, Vite enhances productivity and code quality in front-end development projects.