/vuejs3-example

vuejs3 + bun + vite + tailwind

Primary LanguageVue

vue-project

If you are reading this, I know you are here.

This template should help get you started developing with Vue 3 in Vite.

Customize configuration

See Vite Configuration Reference.

curl -fsSL https://bun.sh/install | bash

Project Setup

bun install

Compile and Hot-Reload for Development

bun run dev

Compile and Minify for Production

bun run build