Build your VUE.js App with the latest and fastest VITE Plugins (nuxt.js like). First Class PrimeVUE support.
THX to antfu / Vitesse for starter code
- Vue 3.3
- Vite 4.4
- Vitest (Testing Framework)
- Testing with cypress (e2e)
- Composition API
- Script Setup
- Routing VitePages / ViteLayout
- Pina as Store / CachedPiniaStore for effective data caching
- PrimeVue with Theme: Sakai (Free Admin Template)
- Validation, PrimeVue Form elements by formkit-primevue
- Markdown Support (VitePages)
- TypeScript 5
- UnoCSS
- SSG Support
- Eslint
- i18n
- nprogress
- pinia
- primevue
Nuxt3 Primevue Starter Template
- Nuxt 3 - SSR, ESR, File-based routing, components auto importing, modules, etc.
- Vite - Instant HMR
- UnoCSS - The instant on-demand atomic CSS engine.
- Use icons from any icon sets in Pure CSS, powered by UnoCSS
- State Management via Pinia
- PrimeVue 3.34.x
- Logging
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
Open Cypress test runner:
pnpm test:e2e
Component test runner:
pnpm test:unit
Run Cypress tests in headless mode:
pnpm test:ci
Build and preview built site locally:
pnpm preview
Build:
pnpm build
I use IntelliJ with VUE.js plugin.
JetBrains is supporting this open source project with: