Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/masterkram/nuxtstarters
https://github.com/masterkram/nuxtstarters
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/masterkram/nuxtstarters
- Owner: masterkram
- License: mit
- Created: 2024-09-18T17:26:35.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-11-18T18:39:25.000Z (2 months ago)
- Last Synced: 2024-11-18T19:43:22.679Z (2 months ago)
- Language: Vue
- Homepage: https://nuxtstarters.com
- Size: 55.7 MB
- Stars: 10
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Minted Directory
Nuxt 3 Based Directory Website Boilerplate.
---
Learn more at [minteddirectory.com](https://www.minteddirectory.com)
Read the [docs](https://docs.minteddirectory.com)
### Features:
+ 🖌️ Add Listings with markdown.
+ 🔋 Batteries included for SEO (nuxt seo module).
+ 💻 Pre-built components for directories.
+ 💅 Customizable style.
+ 🌙 Dark/Light mode
+ 💸 Sponsored Content## Getting Started
### Local Development
First install and run the project:
```
pnpm installpnpm dev
```Then you can start customizing and building your directory.
+ Customize the `app.config.ts`
+ Change the `primary` color in `tailwind.config.ts`
+ Add content to `/content/dir` and `/content/blog`### Deployment
Build the application for production:
```bash
pnpm run build
```Locally preview production build:
```bash
pnpm run preview
```Check out the [deployment documentation](https://docs.minteddirectory.com/deployment) for more information.