Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tikservices/django-admin-vue
Django+Vue: Next deneration django administration dashboard.
https://github.com/tikservices/django-admin-vue
admin dashboard django material-design rest vue
Last synced: about 1 month ago
JSON representation
Django+Vue: Next deneration django administration dashboard.
- Host: GitHub
- URL: https://github.com/tikservices/django-admin-vue
- Owner: tikservices
- License: mit
- Created: 2019-06-24T08:20:41.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T20:02:34.000Z (about 2 years ago)
- Last Synced: 2024-03-27T09:56:52.426Z (9 months ago)
- Topics: admin, dashboard, django, material-design, rest, vue
- Language: Vue
- Homepage:
- Size: 3.15 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Django+Vue Admin Dashboard
==========================Next deneration django administration dashboard.
Why Django+Vue Admin Dashboard ?
--------------------------------- Self-hosted
- Loose coupling and separation of concerns
- Modern Admin Panel
- Customizable
- Extensible by design
- Better Developer ExperienceSupported Django Packages
-------------------------- [x] django-admin-sortable2
- [x] django-ckeditor
- [ ] django-admin-tools
- [ ] django-admin-rangefilter
- [ ] django-jet2
- [ ] django.contrib.admindocs
- [x] django.contrib.messages
- [ ] django.contrib.sites
- [ ] django-debug-toolbar
- [ ] django-maintenance-mode
- [ ] django-modeltranslation
- [ ] django-import-export
- [ ] django-tenants
- [x] django-js-assetTechnologies
------------- Vue.js + Nuxt.js
- Vuetify (Material Design)
- REST APIRequirements
------------- Django + Django-admin-rest package
- NodejsInstallation
------------### From Source
```bash
# Download code source
$ git clone https://github.com/lejenome/django-admin-vue
$ cd django-admin-vue# install dependencies
$ yarn install
```Update `nuxt.config.js` with your Django server URL (under 'axios' section)
```bash
# serve dev with hot reload at localhost:3000
yarn run dev
```Donate
------If you find this project useful, you can buy author a glass of juice :tropical_drink:
[Paypal Me](https://www.paypal.me/lejenome)
[Buy me a coffee](https://www.buymeacoffee.com/lejenome)
License
-------[MIT License](LICENSE) Copyright (c) 2019 [Technology Innovation Network (TIK)](https://tik.tn/).