5.0.0-alpha • Published 2 months ago

@a-behairi/eodash v5.0.0-alpha

Weekly downloads
-
License
-
Repository
-
Last release
2 months ago

Get Started

Install all the required dependecies after cloning or downloading the repository using Node v18 or higher:

npm run install

Run the dev server and the app will open your default browser window to the landing page:

npm run dev

To compile and minify for production:

npm run build

To preview the compiled production files :

npm run preview

Folder Structure

.
├── core               # Main source code that hosts the microfrontends and renders the dashboard
├── docs               # Documentation files
├── widgets            # Internal Vue widgets that can be imported in the configuration
├── public             # Statically served directory
└── README.md