Skip to content

daver987/LuxuryRideService

Repository files navigation

Luxury Ride Service Nuxt 3

This Project Includes Unocss, Pinia for State Management, VueSplide for the Slider, Iconify for Icons, and headlessUI from tailwind. Site was deployed to Cloudflare Workers. More to come

Setup

Make sure to install the dependencies

yarn install

Development

Start the development server on http://localhost:3000

yarn dev

Production

Build the application for production to Cloudflare Workers:

wrangler publish

Checkout the site (https://luxuryrideservice.com)