0.0.19 • Published 8 months ago

nuxt-foundation-layer v0.0.19

Weekly downloads
-
License
MIT
Repository
-
Last release
8 months ago

nuxt-foundation-layer

🧰 A foundational Nuxt layer with all the tools to build powerful full-stack applications.

Configuration

  1. Install the layer
[npm|yarn|pnpm|bun] add nuxt-foundation-layer
  1. Extend your Nuxt config
// ~/nuxt.config.ts
export default defineNuxtConfig({
  extends: ["nuxt-foundation-layer"],
});
  1. Dust off your keyboard, you have an application to build!

Modules

The nuxt-foundation-layer installs a number of modules:

ModuleDescription
@pinia/nuxtšŸ Intuitive, type safe, light and flexible Store for Vue using the composition api with DevTools suppor
@nuxt/eslintCollection of ESLint-related packages for Nuxt
@vueuse/nuxtCollection of essential Vue Composition Utilities for Vue 2 and 3
@unocss/nuxtThe instant on-demand atomic CSS engine.
nuxt-rebar🤘 Rock-solid generic & extensible components in Nuxt w/ the power of UnoCSS, Untheme, & Radix.
nuxt-rosetta🌹 Translate application content & effortlessly switch languages in Nuxt.
nuxt-cereal🄣 Cereal-ize JSON data into literally-typed constants, enums, & options in Nuxt.
nuxt-unthemešŸ”® Build your own tokenized design system w/ dynamic CSS vars in Nuxt using Untheme.
nuxt-typed-router🚦 Provide autocompletion and typecheck to Nuxt router
nuxt-securityšŸ›” Automatically configure your app to follow OWASP security patterns and principles by using HTTP Headers and Middleware