Getting Started

Installation

Get started with Niki2k1.dev Base Layer

Quick Start

You can start a fresh new project with:

Terminal
npx nuxi init project-name

Installing the Layer

nuxt.config.ts
extends: [
  [
    "github:niki2k1/base",
    { auth: process.env.GITHUB_TOKEN, install: true },
  ],
],

That's it! You can now start building 🚀


© Niklas Lausch | Alle Rechte vorbehalten.