This is a boilerplate for single-page applications (SPAs) built with Nuxt.js, a Vue.js framework. It provides a solid foundation for quickly starting new SPA projects.
Key features include:
- Nuxt Router: Automatic Vue Router configuration based on the
pages
directory. - Data Fetching: Utilizes
fetch
andasyncData
hooks for asynchronous data loading. - Mobile-First Design: SCSS setup with mobile-first breakpoints for responsive layouts.
- Multi-Language Support: Integrated
nuxt-i18n
module for internationalization. - Theme Support: Built-in dark and light theme with auto-detection using
nuxt/color-mode
.
This boilerplate is ideal for developers looking to create SPAs with Vue.js and Nuxt.js, offering a pre-configured setup with essential features for modern web development.