Firelayer Landing Template
A template for creating landing pages using Firelayer, Nuxt.js, and Vuetify. It provides a foundation for building marketing websites with user authentication and localization.
Key Features:
- User Authentication: Includes sign-in, registration, email verification, and password reset functionalities.
- User Dashboard: Offers a pre-built user dashboard.
- Localization: Supports multi-language content.
- Vue.js with Nuxt & Vuetify: Leverages Vue.js, Nuxt.js framework, and Vuetify components for rapid development.
Practical Applications:
- Quickly create landing pages for SaaS products.
- Develop marketing sites with user account management.
- Build localized content for different regions.
Development Setup:
Organized as a monorepo using Lerna and Yarn workspaces. Key commands include:
yarn bootstrap
: Installs dependencies and links packages.yarn build
: Cleans and builds all sub-packages.yarn dev
: Starts the development server for all sub-packages.