0.3.0 β€’ Published 2 years ago

create-nuxt3-enterprise v0.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

create-nuxt3-enterprise

Nuxt 3 starter that includes all you need to build amazing enterprise projects πŸ”₯

Getting started

To generate a new nuxt 3 enterprise project:

npx create-nuxt3-enterprise

Features

  • official nuxt directory structure out of the box πŸ“‚
  • eslint/prettier config πŸ’œ
  • stylelint 🎨
  • pinia state management 🍍
  • histoire for user stories πŸ“—
  • zod for schema validation πŸ’Ž
  • pages πŸ“„
  • API routes πŸ—„οΈ
  • server middlewares πŸ”€
  • components 🧩
  • layouts 🎨
  • useHead πŸ‘€
  • nav component πŸ—ΊοΈ
  • vitest testing πŸ§ͺ

Motivation

Currently, default Nuxt 3 scaffolding through Nuxi only creates basic files like App.vue, nuxt.config, etc. Every time I'm starting a new project I had to recreate the directory structure from scratch with pages, assets, layouts, components composables, etc. Also, there were some repetitive and mundane tasks I had to do every single time like setting eslint/prettier, useHead, pinia store, so I came up with the idea to create a starter for every Nuxt project with the features I'm installing and setting up every time I am starting a new project.

Author: MichaΕ‚ Kuncio

0.3.0

2 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.0

3 years ago