Skip to content

Latest commit

 

History

History
53 lines (36 loc) · 1.28 KB

README.md

File metadata and controls

53 lines (36 loc) · 1.28 KB

Nuxt Directus starter

A template to quickly get started on your Nuxt 3 project with Directus ✨

Features

Setup

  1. If you do not have a running Directus app you can check directus folder
  2. Rename .example.env to .env and set the environment variables
  3. Make sure to install the dependencies
# yarn
yarn install

# npm
npm install

# pnpm
pnpm install

That's it! You can now get started on your project ✨

Development Server

Start the development server on http://localhost:3000

npm run dev

Production

Build the application for production:

npm run build

Locally preview production build:

npm run preview

Check out the deployment documentation for more information.