|
USA-MA-FRAMINGHAM Κατάλογοι Εταιρεία
|
Εταιρικά Νέα :
- Getting Started | Vite
See create-vite for more details on each supported template: vanilla, vanilla-ts, vue, vue-ts, react, react-ts, preact, preact-ts, lit, lit-ts, svelte, svelte-ts Community Templates # create-vite is a tool to quickly start a project from a basic template for popular frameworks
- Features | Vite
Vite provides first-party HMR integrations for Vue Single File Components and React Fast Refresh There are also official integrations for Preact via @prefresh vite Note you don't need to manually set these up - when you create an app via create-vite , the selected templates would have these pre-configured for you already
- Getting Started | Vite (main branch)
create-vite is a tool to quickly start a project from a basic template for popular frameworks Check out Awesome Vite for community maintained templates that include other tools or target different frameworks
- Vite
Vite Next Generation Frontend Tooling Get Started Learn More 💡 Instant Server Start On demand file serving over native ESM, no bundling required! ⚡️ Lightning Fast HMR Hot Module Replacement (HMR) that stays fast regardless of app size 🛠️ Rich Features
- Server-Side Rendering | Vite
SSR specifically refers to front-end frameworks (for example React, Preact, Vue, and Svelte) that support running the same application in Node js, pre-rendering it to HTML, and finally hydrating it on the client
- Configuring Vite | Vite
When running vite from the command line, Vite will automatically try to resolve a config file named vite config js inside project root The most basic config file looks like this: vite config js export default { config options }
- Building for Production | Vite
With Vite, you can use your index html for that purpose to get the smooth development experience When it is time to bundle your library for distribution, use the build lib config option Make sure to also externalize any dependencies that you do not want to bundle into your library, e g vue or react:
- Vite | Next Generation Frontend Tooling
Vite Next Generation Frontend Tooling Get ready for a development environment that can finally catch up with you
- Deploying a Static Site | Vite
These guides provide instructions for performing a static deployment of your Vite site Vite also supports Server Side Rendering SSR refers to front-end frameworks that support running the same application in Node js, pre-rendering it to HTML, and finally hydrating it on the client
- 静态资源处理 | Vite 官方中文文档
如果 Vite 使用了 Vue 插件,Vue SFC 模板中的资源引用都将自动转换为导入。 常见的图像、媒体和字体文件类型被自动检测为资源。 你可以使用 assetsInclude 选项 扩展内部列表。
|
|