Skip to content

keesvanbemmel/test-starter

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published