ThatOneCalculator / bun-vue-ssr

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bun-vue-ssr

this project uses bun native tools to use vue in ssr mode!

Description

This project is a web application built with Bun, a JavaScript bundler and server framework. It includes both server-side and client-side code. checkout the plugins directory to see what makes everything work!

This project is heavily inspired by the following repositories:

allows for use of:

  • no script-setup
  • script only
  • template only
  • normal SFC's with setup

Caveats

not all compiling options for vue SFC's are implemented

Installation

  1. Clone the repository: bun create daniel-le97/bun-vue-ssr
  2. Install dependencies: bun install

Usage

To start the server and run the application:

  1. run bun dev.ts
  2. run bun run dev

The application will be accessible at http://localhost:3000.

About


Languages

Language:TypeScript 79.0%Language:CSS 7.9%Language:HTML 7.0%Language:Vue 5.5%Language:JavaScript 0.6%