Skip to content

Build your VUE.js App with Nuxt3 . First Class PrimeVUE support. Formkit Validation included.

Notifications You must be signed in to change notification settings

urbanrogue/nuxt3-primevue-starter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nuxt 3 + PrimeVue Starter

Build your VUE.js App with Nuxt3. First Class PrimeVUE support. Validation by Formkit. Based on Nuxt-Sakai Theme.

CI

THX to antfu / Vitesse Nuxt3 for starter code

Features

Nuxt Modules

  • PrimeVue-Nuxt PrimeVue Nuxt Module
  • Pinia - intuitive, type safe, light and flexible Store for Vue.
  • VueUse - collection of useful composition APIs.
  • FormKit - Validation
  • UnoCSS - the instant on-demand atomic CSS engine.
  • Content - parses .md, .yml, .csv and .json files
  • I18n - Integration with Vue I18n

Variations

vite-primevue-starter

Vite Primevue Starter Template

Github Repository

App on Netlify

  • Pages, Layouts, and other NUXT like features by VITE Plugins
  • UnoCSS
  • Markdown
  • CachedPiniaStore
  • i18n
  • Validation
  • ...

Project setup and usage

Install node:

Latest node LTS version required (18) Use node manager like nvm to install.

Install pnpm: https://pnpm.io/installation

Install dependencies:

pnpm install

Run development server:

pnpm dev

Vitest test runner:

pnpm test:unit

Build:

pnpm build

Start Production build:

pnpm start

Tools

I use IntelliJ with VUE.js plugin.

Supporters

JetBrains is supporting this open source project with:

Intellij IDEA

About

Build your VUE.js App with Nuxt3 . First Class PrimeVUE support. Formkit Validation included.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 95.2%
  • Vue 2.4%
  • TypeScript 1.4%
  • SCSS 1.0%