Skip to content

UCLALibrary/library-website-nuxt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a04877c · Mar 21, 2025
Nov 27, 2024
Aug 22, 2024
Aug 22, 2024
Aug 22, 2024
Aug 22, 2024
Mar 21, 2025
Feb 14, 2025
Aug 22, 2024
Oct 4, 2024
Sep 27, 2024
Oct 25, 2024
Oct 24, 2024
Oct 29, 2024
Mar 21, 2025
Mar 21, 2025
Feb 21, 2025
Nov 5, 2024
Sep 27, 2024
Nov 13, 2024
Aug 22, 2024
Feb 13, 2023
Aug 22, 2024
Aug 22, 2024
Aug 22, 2024
Aug 22, 2024
Sep 30, 2021
Sep 14, 2021
Apr 7, 2021
Sep 1, 2022
Oct 24, 2024
Apr 21, 2021
Sep 30, 2024
Aug 22, 2024
Sep 12, 2024
Oct 25, 2024
Mar 21, 2025
Feb 21, 2025
Feb 21, 2025
Aug 22, 2024

Repository files navigation

Nuxt 3 Main Library Website

Look at the Nuxt 3 documentation to learn more.

Setup

Make sure to install the dependencies:

# pnpm
pnpm install

Development Server

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

# pnpm
pnpm run dev

Production

Build the application for production:

# pnpm
pnpm run build

Locally preview production build:

# pnpm
pnpm run preview

Check out the deployment documentation for more information.