Last web novel app
Go to file
2026-04-11 22:55:16 +02:00
.vscode Init commit 2026-04-11 22:55:16 +02:00
app Init commit 2026-04-11 22:55:16 +02:00
content/novels Init commit 2026-04-11 22:55:16 +02:00
public Init commit 2026-04-11 22:55:16 +02:00
scripts Init commit 2026-04-11 22:55:16 +02:00
server Init commit 2026-04-11 22:55:16 +02:00
.dockerignore Init commit 2026-04-11 22:55:16 +02:00
.editorconfig Init commit 2026-04-11 22:55:16 +02:00
.env.example Init commit 2026-04-11 22:55:16 +02:00
.gitignore Init commit 2026-04-11 22:55:16 +02:00
.llmconfig Init commit 2026-04-11 22:55:16 +02:00
AGENTS.md Init commit 2026-04-11 22:55:16 +02:00
content.config.ts Init commit 2026-04-11 22:55:16 +02:00
docker-compose.yml Init commit 2026-04-11 22:55:16 +02:00
Dockerfile Init commit 2026-04-11 22:55:16 +02:00
drizzle.config.ts Init commit 2026-04-11 22:55:16 +02:00
eslint.config.mjs Init commit 2026-04-11 22:55:16 +02:00
LICENSE Init commit 2026-04-11 22:55:16 +02:00
llms-full.txt Init commit 2026-04-11 22:55:16 +02:00
llms.txt Init commit 2026-04-11 22:55:16 +02:00
nuxt.config.ts Init commit 2026-04-11 22:55:16 +02:00
package-lock.json Init commit 2026-04-11 22:55:16 +02:00
package.json Init commit 2026-04-11 22:55:16 +02:00
README.md Init commit 2026-04-11 22:55:16 +02:00
renovate.json Init commit 2026-04-11 22:55:16 +02:00
tsconfig.json Init commit 2026-04-11 22:55:16 +02:00

Nuxt Dashboard Template

Nuxt UI

Get started with the Nuxt dashboard template with multiple pages, collapsible sidebar, keyboard shortcuts, light & dark mode, command palette and more, powered by Nuxt UI.

Nuxt Dashboard Template

The dashboard template for Vue is on https://github.com/nuxt-ui-templates/dashboard-vue.

Quick Start

npm create nuxt@latest -- -t ui/dashboard

Deploy your own

Deploy with Vercel

Setup

Make sure to install the dependencies:

pnpm install

Development Server

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

pnpm dev

Production

Build the application for production:

pnpm build

Locally preview production build:

pnpm preview

Check out the deployment documentation for more information.

Renovate integration

Install Renovate GitHub app on your repository and you are good to go.