New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

prez-ui

Package Overview
Dependencies
Maintainers
2
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

prez-ui

A Nuxt base layer application for Prez UI

latest
Source
npmnpm
Version
4.3.0
Version published
Maintainers
2
Created
Source

Prez UI base layer

This is the Nuxt application of Prez UI as a base layer for theme extension.

Install

We recommend you bootstrap your Prez UI instance using create-prez-app, which comes with prez-ui preinstalled.

To install this layer for extending your own Prez UI theme, run:

npm install -D prez-ui

and add the base layer to extends in your Nuxt config:

// nuxt.config.ts
export default defineNuxtConfig({
    ...
    extends: [
        "prez-ui"
    ]
    ...
});

See the theming documentation on how to customise your Prez UI theme.

FAQs

Package last updated on 16 Jan 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts