Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daniel-le97/bun-vue-ssr
https://github.com/daniel-le97/bun-vue-ssr
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/daniel-le97/bun-vue-ssr
- Owner: daniel-le97
- Created: 2023-09-22T19:26:23.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-17T08:26:20.000Z (10 months ago)
- Last Synced: 2024-12-09T14:57:46.788Z (about 2 months ago)
- Language: TypeScript
- Size: 176 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://bun.js.org/), 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:
- [Bux - Own-Nuxt-Like-Framework](https://github.com/LowByteFox/Own-Nuxt-Like-Framework)
- [react-ssr](https://github.com/bun-community/create-templates): from the bun-community templates used before bun v1.0allows 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`.