0.0.19 ⢠Published 8 months ago
nuxt-foundation-layer v0.0.19
nuxt-foundation-layer
š§° A foundational Nuxt layer with all the tools to build powerful full-stack applications.
Configuration
- Install the layer
[npm|yarn|pnpm|bun] add nuxt-foundation-layer
- Extend your Nuxt config
// ~/nuxt.config.ts
export default defineNuxtConfig({
extends: ["nuxt-foundation-layer"],
});
- Dust off your keyboard, you have an application to build!
Modules
The nuxt-foundation-layer
installs a number of modules:
Module | Description |
---|---|
@pinia/nuxt | š Intuitive, type safe, light and flexible Store for Vue using the composition api with DevTools suppor |
@nuxt/eslint | Collection of ESLint-related packages for Nuxt |
@vueuse/nuxt | Collection of essential Vue Composition Utilities for Vue 2 and 3 |
@unocss/nuxt | The 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 |