Nuxt 3 starter for Directus with Tailwind CSS and lots of other goodies
The Nuxt 3 / Directus Starter is a starter template designed to help developers build internal or client applications faster. It includes built-in support for Directus 9 as a backend, API, or headless CMS. With features like Tailwind CSS, authentication and user store configuration, common components, utilities, dark mode support, and integration with various plugins and libraries, this starter template provides a comprehensive set of tools to streamline the development process.
To install the Nuxt 3 / Directus Starter, follow these steps:
Clone the repository:
git clone [repository URL]
Install the dependencies:
cd nuxt-directus-starter
npm install
Start the development server:
npm run dev
Open your browser and navigate to http://localhost:3000
to access the application.
The Nuxt 3 / Directus Starter is an opinionated starter template for Nuxt 3 that utilizes Directus 9 as a backend. It provides developers with a comprehensive set of features and tools, including Directus support, Tailwind CSS with plugins, pre-configured authentication and user store, common components, utilities, ESLint and Prettier configuration, and dark mode support. With these features, developers can accelerate the development process and build applications more efficiently.