Skip to content

Directus Admin Application — An Intuitive WebApp for Managing Database Content

License

Notifications You must be signed in to change notification settings

tonydamage/directus-app

 
 

Repository files navigation

Directus Logo  Directus Admin Application

IMPORTANT: You do not install this App directly, it is included in the Directus Suite, located here: directus/directus. This repository is only used to help organize the codebase.

Description

The Directus Admin Application 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.

Installation / Usage

IMPORTANT: Unless contributing to the project, you shouldn't build the App from source. Use directus/directus instead.

  1. Clone the repo
  2. Install the depencencies using npm / yarn
  3. Run npm run build to compile the app to a production bundle.

Development

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

Core Team

Advisors, Sponsors, Partners, and Key Contributors

License

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.

About

Directus Admin Application — An Intuitive WebApp for Managing Database Content

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Vue 85.0%
  • JavaScript 8.7%
  • CSS 6.1%
  • Other 0.2%