luveqz / indie-base

A Nuxt 3 starter template 🕹.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

License: MIT

Indie Base 🕹

A Nuxt 3 starter template. Includes:

  • TailwindCSS
  • Prettier + Tailwind Plugin
  • Pinia
  • Git LFS entries for common binary file extensions

Setup

Make sure to install the dependencies:

npm install # or  yarn install

Development Server

Start the development server on localhost:3000:

npm run dev # or yarn dev

Production

Build the application for production:

npm run build # or yarn build

Locally preview production build:

npm run preview #or yarn preview

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

A Nuxt 3 starter template 🕹.

License:MIT License


Languages

Language:Vue 46.7%Language:TypeScript 41.6%Language:JavaScript 7.8%Language:CSS 3.9%