Looking for the full Directus suite? Checkout the
directus/directusrepo!
The Directus App is a Vue.js powered SPA designed to work with the Directus API to let the user manage all the data in the connected project. It's the GUI of working with the data in a Directus installation.
NOTE: When using Directus, the admin app is included out of the box. You only have to install the app separately if you want to contribute to the project.
- Clone the repo
- Install the depencencies using
npm/yarn - Run
npm run buildto compile the app to a production bundle.
You can run the application standalone using the included dev server. Run npm run dev in your terminal to fire up the Directus App with Hot Module Reloading and the Vue Devtools integration enabled.
By default, the application will connect to the demo API (https://demo.directus.io) when running in development mode. To connect to your own local API, provide the URL in the API_URL environment variable:
API_URL=http://localhost:8888 npm run dev
- Ben Haynes (Project Lead)
- Rijk van Zanten (Tech Lead)
Advisors, Sponsors, Partners, and Key Contributors
Directus is released under the GPLv3 license. RANGER Studio LLC owns all Directus trademarks and logos on behalf of our project's community. Copyright © 2006-2019, RANGER Studio LLC.