# Vite > Vite's JavaScript APIs are fully typed, and it's recommended to use TypeScript or enable JS type checking in VS Code to leverage the intellisense and validation. ## Pages - [JavaScript API](api-javascript.md): Vite's JavaScript APIs are fully typed, and it's recommended to use TypeScript or enable JS type checking in VS Code ... - [Plugin API](api-plugin.md): Vite plugins extends Rollup's well-designed plugin interface with a few extra Vite-specific options. As a result, you... - [Building for Production](build.md): When it is time to deploy your app for production, simply run the`vite build`command. By default, it uses`/i... - [Features](features.md): At the very basic level, developing using Vite is not that different from using a static file server. However, Vite p...