/beststarter

A lightweight beautiful boilerplate for your Nuxt3 project

Primary LanguageVue

BestStarter

BestStarter Image

Features

↳ Sitewide configured layout

default.vue

↳ TailwindCSS configured

Quickly get started with TailwindCSS & DaisyUI

↳ Pages

pages/index.vue

Setup

Clone the project

git clone https://github.com/taiogu/beststarter

Make sure to install the dependencies:

# yarn
yarn install

# npm
npm install

Development Server

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

# yarn
yarn dev

# npm
npm run dev

Production

Build the application for production:

# yarn
yarn build

# npm
npm run build

Thanks for viewing the project, good luck with use!

Please ⭐ the project, I'd very much appreciate it!