Skip to content

Latest commit

 

History

History
78 lines (62 loc) · 2.7 KB

README.md

File metadata and controls

78 lines (62 loc) · 2.7 KB
Logo

Vue AdminLTE: Transforming Dashboard Management

A dynamic Vue-based AdminLTE dashboard for seamless data management and visualization.
Explore the Docs · Report Bug · Request Feature

About The Project

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.

Key Features

  • 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.

Built With

Vue AdminLTE is built on the VueJS framework, harnessing its capabilities to provide a responsive and efficient user experience.

Getting Started

Prerequisites

Make sure to have NodeJS installed on your system.

Installation

To set up Vue AdminLTE for development, follow these steps:

  1. Clone the repo
git clone https://github.com/empress-eco/vue_adminlte.git
  1. 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"
}
  1. Install NPM packages
npm install

Usage

To start the development server, run:

npm run serve

For production, compile and minify the project using:

npm run build

Contributing

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

License

This project is under the MIT License. Your contributions are also licensed under the MIT License.

Acknowledgements

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.