This is a Vue 3 project bootstrapped with create-vue.
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.
You will need to have the provided Directus project running first before proceeding with this example.
-
Clone this repo.
-
Install dependencies for this example.
cd vue npm install -
Create a
.envfile by copying the provided.env.examplefile. -
Start the development server.
npm run devYour Directus Vue example is now running at http://localhost:3000.