Skip to content
This repository was archived by the owner on Jan 18, 2024. It is now read-only.

Files

Latest commit

Jan 3, 2023
d19365e Β· Jan 3, 2023

History

History

nuxtjs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jun 14, 2022
Oct 20, 2021
Dec 24, 2021
Oct 14, 2022
Dec 27, 2021
Oct 14, 2021
Oct 14, 2022
Oct 14, 2022
Oct 14, 2021
Dec 5, 2022
Oct 14, 2021
Jan 3, 2023
Oct 14, 2021
Oct 14, 2022
Jul 21, 2022
Jun 14, 2022

Directus Nuxt.js Example

This is a Nuxt.js project bootstrapped with create-nuxt-app.

NOTE: This is an example for Nuxt 2.

Open in CodeSandbox

Open in StackBlitz

Note: This example folder is a standalone frontend, which is why it will still need Directus running to work, the CodeSandbox and StackBlitz links only pull the example folder as is, you will still need Directus running somewhere to make it work, such as a Cloud instance, or self hosted.

πŸ“Œ Prerequisites

You will need to have the provided Directus project running first before proceeding with this example.

πŸš€ Getting Started

  1. Clone this repo.

  2. Install dependencies for this example.

    cd nuxtjs
    npm install
  3. Create a .env file by copying the provided .env.example file.

  4. Start the development server.

    npm run dev

    Your Directus Nuxt.js example is now running at http://localhost:3000.

πŸ”— Links

Directus

Nuxt.js