5.0.0-alpha • Published 2 years ago
@a-behairi/eodash v5.0.0-alpha
Get Started
Install all the required dependecies after cloning or downloading the repository using Node v18 or higher:
npm run installRun the dev server and the app will open your default browser window to the landing page:
npm run devTo compile and minify for production:
npm run buildTo preview the compiled production files :
npm run previewFolder 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.md5.0.0-alpha
2 years ago