Vite Deno Example

screenshot of Vite Deno Example

Example of using Vite with Deno

Overview

This is an example repository showcasing the integration of Vite with Deno. The repo is based on a deno-vue template from create-vite-extra and requires Deno v1.28 or later for running. Deployment is carried out using Deno Deploy and Git integration as part of the CI pipeline.

Features

  • Live Site: A live site showcasing the Vite with Deno integration.
  • File Extension Requirement: Use .mjs or .mts extension for the vite.config.[ext] file.
  • Peer Dependencies Papercut: Requirement to reference peer dependencies in vite.config.js, like the vue package in this example.

Summary