A dynamic Vue-based AdminLTE dashboard for seamless data management and visualization.
Explore the Docs
·
Report Bug
·
Request Feature
Vue AdminLTE is a powerful, Vue-based AdminLTE dashboard designed for data management and visualization. It delivers an efficient solution for developers seeking a reliable platform to manage and present their data.
- In-built Authentication: Token-based authentication system for secure logins.
- APIs Access: A set of APIs to facilitate tasks like getting, updating, and deleting documents.
- Reusable Components: A DataTable to generate a doctype data list, automatically packaging datatable for ease of use.
- Utilities: Additional features like currency formatting and modal displays for error and success messages.
Vue AdminLTE is built on the VueJS framework, harnessing its capabilities to provide a responsive and efficient user experience.
Make sure to have NodeJS installed on your system.
To set up Vue AdminLTE for development, follow these steps:
- Clone the repo
git clone https://github.com/empress-eco/vue_adminlte.git
- Add
.appConfig.json
to the root folder (same location with package.json) with the following configuration:
{
"domain": "https://exampledomain.com",
"Empress_custom_app":"Empressauth_app"
}
- Install NPM packages
npm install
To start the development server, run:
npm run serve
For production, compile and minify the project using:
npm run build
We invite contributions! Here's how to contribute:
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
This project is under the MIT License. Your contributions are also licensed under the MIT License.
Special thanks to the Empress Community for their foundational contributions. Their innovation and dedication have been instrumental in building the tools that power this project. We are profoundly grateful for their pioneering work and ongoing support.