https://github.com/danielroe/nuxtpressus
A site template built with Nuxt and Directus
https://github.com/danielroe/nuxtpressus
directus nuxt nuxt-template template
Last synced: 3 months ago
JSON representation
A site template built with Nuxt and Directus
- Host: GitHub
- URL: https://github.com/danielroe/nuxtpressus
- Owner: danielroe
- License: mit
- Created: 2024-12-17T16:28:04.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-03-04T05:20:28.000Z (3 months ago)
- Last Synced: 2026-03-04T11:19:18.299Z (3 months ago)
- Topics: directus, nuxt, nuxt-template, template
- Language: Vue
- Homepage: https://nuxtpressus.netlify.app
- Size: 847 KB
- Stars: 46
- Watchers: 3
- Forks: 3
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NuxtPressus
> A site template built with Nuxt and Directus
[👉 Check it out](https://nuxtpressus.netlify.app/)
## ✨ Features
- Built with [Nuxt](https://nuxt.com/) for the frontend
- Using [Directus](https://directus.io/) for the backend
- [UnoCSS](https://unocss.dev/) for atomic CSS
- Deployed on [Netlify](https://www.netlify.com/)
- ... plus, [ESLint](https://eslint.org/), [html-validate](https://html-validate.org/), and more
## 🛝 Try it out locally
You can try the app out locally.
First, [create a Directus instance](https://docs.directus.io/getting-started/quickstart.html#quickstart-guide). This project was bootstrapped on [Directus Cloud](https://directus.cloud/account/register/) 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="" > .env
pnpm i
pnpm dev
```
## ❤️ Credits
The design was inspired by the elegant [Twenty Twenty-Five theme](https://wordpress.com/theme/twentytwentyfive) for [WordPress](https://wordpress.org/). ✨
## 🏛️ License
Made with ❤️
Published under [MIT License](./LICENCE).