Nuxt FSC Starter

TypeScript Bun Nuxtjs

Nuxt FSC Starter is an nuxi init starter template for Nuxt 3 to build modern web applications. This project is designed to provide a robust and scalable initial setup, facilitating the creation of high-performance and maintainable web applications.

Table of Contents

Stack

Utilities

  • Keycloak plugin
  • isAuthenticated middleware to protect only authenticated routes

Getting Started

bunx nuxi@latest init --package-manager	bun -t gh:FelipeSanchezCalzada/nuxt-fsc-starter-template <project-name>

Util Information

¿Why Tailwind Preflight are disabled?

PrimeVue already comes with base styles and resets. If we enable Tailwind Preflight, then the base PrimeVue styles will be broken.

¿How to use bun with WebStorm (Or other JetBrains IDEs)?

  1. Make sure to configure Node and NPM as interpreter and set the package manager in Setting -> Languages and Frameworks -> Node.js
  2. When you configure you run configuration, set the Node interpreter to Bun

This configuration is required to keep working ESLint execution in the IDE.