Empty Template
This is an empty template based on our boilerplate for Nuxt + Storyblok. It's a perfect starting point if you want to build something from scratch on your own. It includes the basic setup with an opinionated configuration, giving you a clean slate to bring your unique vision to life.
Your Blank Canvas, Primed for Creativity
Are you a developer with a unique vision, itching to build something entirely your own? Meet the SabaccUI Empty Template β your launchpad for creating bespoke web experiences without the constraints of pre-built components.
Who's This For?
- π¨ Creative developers seeking full control
- π οΈ Agencies building custom solutions
- π Startups with specific design requirements
- π¨βπ» Experienced Vue/Nuxt developers
- π§ͺ Experimenters and innovators in web tech
- π Students learning advanced web development
- π¦ Anyone who wants to start from a clean slate
Why Choose the Empty Template?
Our Empty Template provides a solid foundation with the flexibility to build anything:
- Ultimate Flexibility: Start with a clean slate and build exactly what you envision.
- Opinionated Setup: Benefit from our best practices without restrictive pre-built components.
- Rapid Development: Skip the initial configuration and dive straight into coding.
- Future-Proof: Built on cutting-edge technologies to keep your project modern.
- Developer-Centric: Designed for those who love to code and customize every aspect.
What's in the Box?
- Base Framework is Nuxt 3
- Uses Storyblok as CMS
- Provides a basic content structure to get started
- Includes VueUse for common Vue utilities
- Includes Tailwind CSS for styling
- Allows to use SASS/SCSS in custom css definitions
- Includes @nuxtjs/i18n for internationalization
- Includes nuxt-schema-org for structured data
- Uses dayjs for date formatting
- Uses Bun for task running
- Configures eslint with opinionated rules
Minimal Structure
Unlike our other templates, the Empty Template doesn't come with pre-built bloks. It provides a minimal structure for you to build your own custom bloks from scratch.
Installation
To begin your journey with the Empty Template, follow these steps:
sabaccui init my-project empty
cd my-project
This will create a new project in the my-project
directory with the basic Empty Template structure and install its dependencies.