Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 581 Bytes

File metadata and controls

16 lines (9 loc) · 581 Bytes

Nuxt 3 boilerplate

This is a boilerplate for Nuxt 3, designed to help you quickly jump-start your project as it has some essential modules.

modules

Vuetify : A component library

tailwind: the well-known CSS framework

Pinia : the new vue store

Pinia persistance : a module to persist Pinia's state on page refresh

How to use ?

Clone this repo, install dependencies then delete index.vue and start creating your pages.