A site template built with Nuxt and Directus
- Built with Nuxt for the frontend
- Using Directus for the backend
- UnoCSS for atomic CSS
- Deployed on Netlify
- ... plus, ESLint, html-validate, and more
You can try the app out locally.
First, create a Directus instance. This project was bootstrapped on Directus Cloud using the 'Simple CMS' template.
Then, get your administrator token from the bottom of your user profile page, and add it to an .env
file in your project.
corepack enable
echo DIRECTUS_TOKEN="<your token>" > .env
pnpm i
pnpm dev
The design was inspired by the elegant Twenty Twenty-Five theme for WordPress. ✨
Made with ❤️
Published under MIT License.