https://vuetifyjs.com/en/getting-started/quick-start/
Component and UI framework based on vue.js and Material Design.
https://materialdesignicons.com/
Collection of icons in material design. Use mdi-
with icon name, for example:
<v-icon>mdi-view-dashboard</v-icon>
Used to build interactive map.
npm install
In order for most "EO Data" links to work you need to use a proper SH instance
ID (SH_INSTANCE_ID
) in public/shConfig.js
. Obtain a valid one from
https://eurodatacube.com
To ignore the changes to this file run:
git update-index --assume-unchanged public/shConfig.js
To revert the ignoring run:
git update-index --no-assume-unchanged public/shConfig.js
npm start
The dashboard using the included data should now be accessible at
http://localhost:8080/. Other configurations as defined in src/appConfig.js
need additional data which is not included in this repository.
npm run build
npm run test
npm run lint
npm run test:e2e
npm version patch // last digit
npm version minor // middle digit
npm version major // first digit