Skip to content

Laravel, Vue, and Nuxt, a Page Builder, Listing Directory, Blog, and Job Board Theme.

Notifications You must be signed in to change notification settings

qaiswardag/nuxt_directory_and_job_board_theme

Repository files navigation

Logo

Free Page Builder, Listing Directory, Blog, and Job Board Theme

Demo play around

Laravel & Vue backend repository

Introduction

About

Introducing the Free Page Builder, Listing Directory, Blog, and Job Board Theme! Are you searching for a powerful yet user-friendly theme to manage listings, jobs, or blog posts? Look no further! Our theme is designed to provide a seamless experience for both administrators and users, thanks to its robust features and intuitive Page Builder.

Key Features

This theme includes:

  • Page Builder: Drag & Drop Page Builder.
  • Listing Directory: Organize and manage listings effortlessly.
  • Job Board: Post and manage job listings with ease.
  • Blog: Share updates and engage with your audience.
  • Stripe Integration: Handle subscriptions and one-time payments securely.
  • Customizable Design: Tailor the look and feel of your site to match your brand.

The built-in Page Builder is packed with features:

  • Drag & Drop: Easily rearrange elements on your page.
  • Reordering: Change the order of your content without hassle.
  • True Visual Editing: See your changes in real-time as you make them.
  • Media Library: Access and manage your media files effortlessly.
  • Responsive Editing: Ensure your site looks great on all devices.
  • Text Editing: Customize your text with ease.
  • Font Customization: Choose the perfect fonts to match your style.
  • Undo & Redo: Experiment confidently with the ability to revert changes.
  • YouTube Videos: Integrate video content smoothly.

Empower users to create the perfect listings, jobs, or blog posts with the Page Builder.

Technical Details

  • Frameworks: Nuxt.
  • Features: Drag & Drop Page Builder, Listing Directory, Blog, Job Board, and Stripe integration for subscriptions and one-time payments.

Installation

Make sure to install the dependencies:

# npm
npm install

# pnpm
pnpm install

# yarn
yarn install

# bun
bun install

Development Server

Start the development server on http://localhost:

# npm
npm run dev

# pnpm
pnpm run dev

# yarn
yarn dev

# bun
bun run dev

Production

Build the application for production:

# npm
npm run build

# pnpm
pnpm run build

# yarn
yarn build

# bun
bun run build

Locally preview production build:

# npm
npm run preview

# pnpm
pnpm run preview

# yarn
yarn preview

# bun
bun run preview

Process Manager

PM2 (Process Manager 2) is a fast and easy solution for hosting your Nuxt application on your server or VM. To use pm2, use an ecosystem.config.cjs: ecosystem.config.cjs

module.exports = {
  apps: [
    {
      name: "NuxtAppName",
      port: "3000",
      exec_mode: "cluster",
      instances: "max",
      script: "./.output/server/index.mjs"
    }
  ]
};
npm run build

Check port:

Identify the process using port 3000.

lsof -i :3000

Kill:

kill -9 21995

-9 The -9 is the signal number that corresponds to the SIGKILL signal in Unix-like operating systems. The SIGKILL signal is a special signal that forcefully terminates a process. It does not allow the process to perform any cleanup or handle the signal in any way – it immediately terminates the process.

pm2 Restart process

Get Process ID. Remember to install pm2 globally

pm2 status

Restart Process. If process ID is 0

pm2 restart 0

Technical Details

  • Frameworks: Laravel, Vue 3, and Nuxt.
  • Features: Drag & Drop Page Builder, Listing Directory, Blog, Job Board, and Stripe integration for subscriptions and one-time payments.

Contributing

Thank you for considering contributing to this project!

Security Vulnerabilities

If you discover a security vulnerability, please send me an e-mail.

Get in touch for customization or any questions

If you have any questions or if you're looking for customization, feel free to connect with me on LinkedIn and send me a message.

Feedback

I would love to hear your feedback, suggestions, or any issues you encounter while using this app. Feel free to reach out to me if you have any questions or just want to say hello.

Support the Project

I would greatly appreciate it if you could star the GitHub repository. Starring the project helps to boost its visibility and encourages me to continue adding new features.

License

This project is open-sourced software licensed under the MIT license.