Skip to content
/ vitreous Public template

👁️ — An opinionated starter template for Nuxt 3

License

Notifications You must be signed in to change notification settings

xarunoba/vitreous

Repository files navigation

Vitreous 👁️

Static Badge NPM License

An opinionated starter template for Nuxt 3.

Checklist

Make sure to do these tasks to update the project's info in accordance to your needs.

  • Change name in package.json
  • Change author name in LICENSE
  • Change SEO and other metadata in app.vue
  • Change favicons, browserconfig, and site.webmanifest in public (I recommend using RealFaviconGenerator)
  • Cleanup the README.md file
  • Remove placeholder pages and layouts
  • Customize the dependabot according to your needs in dependabot.yml and dependabot-auto-merge.yml (Change target-branch to develop, prefix to "chore: ", etc.)

Clone Repository

Github Template

Use this project as a template.

Clone to Local

If you prefer to do it manually:

pnpm dlx giget@latest gh:xarunoba/vitreous <project-name>
cd <project-name>
git init -b main
pnpm install

Setup

Setup Git (if not yet initialized) and install the dependencies:

git init -b main
pnpm install

Development Server

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

pnpm dev