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 (4 months ago)
- Default Branch: main
- Last Pushed: 2024-12-27T05:14:15.000Z (4 months ago)
- Last Synced: 2025-01-11T08:12:13.268Z (3 months ago)
- Topics: directus, nuxt, nuxt-template, template
- Language: Vue
- Homepage: https://nuxtpressus.netlify.app
- Size: 539 KB
- Stars: 36
- Watchers: 2
- Forks: 1
- Open Issues: 8
-
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).