prez-ui
v4.3.0
Published
A Nuxt base layer application for Prez UI
Readme
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-uiand 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.
