5.0.0 • Published 7 months ago

@eodash/eodash v5.0.0

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

@eodash/eodash Version

A package for creating earth observation dashboards. To learn more about eodash ecosystem visit eodash.org

Usage

Checkout the documentation for a detailed guide.

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:

npm run dev

To compile and minify a demo instance:

npm run build

To preview the compiled production files :

npm run preview

To compile and minify a demo instance as a web component library:

npm run build -- --lib

Folder Structure

.
├── core               # CLI & Client source code
├── docs               # Documentation files
├── tests              # CLI & Client component tests folder
├── widgets            # Vue components as internal widgets.
├── public             # Statically served directory
└── README.md

Writing commits

To ensure clear communication with the package consumers and enable machine-readable commits, we adhere to The Conventional Commits specification that allows the generation of semVer releases and associated change logs using googleapis/release-please.

The most important prefixes you should have in mind are:

  • fix: which represents bug fixes, and correlates to a SemVer patch.
  • feat: which represents a new feature, and correlates to a SemVer minor.
  • feat!:, or fix!:, refactor!:, etc., which represent a breaking change (indicated by the !) and will result in a SemVer major.
5.0.0-rc.2.2

9 months ago

5.0.0-rc.2.1

9 months ago

5.0.0-rc.2.4

8 months ago

5.0.0-rc.2.3

8 months ago

5.0.0-rc.1

9 months ago

5.0.0-rc.2

9 months ago

5.0.0-rc.3

7 months ago

5.0.0-rc.2.5

8 months ago

5.0.0-processing

10 months ago

5.0.0-rc

10 months ago

5.0.0-rc.1.5

9 months ago

5.0.0

7 months ago

5.0.0-rc.1.6

9 months ago

5.0.0-alpha.2.25

11 months ago

5.0.0-alpha.2.26

11 months ago

5.0.0-alpha.2.27

10 months ago

5.0.0-alpha.2.5

1 year ago

5.0.0-alpha.2.4

1 year ago

5.0.0-alpha.2.7

1 year ago

5.0.0-alpha.2.6

1 year ago

5.0.0-alpha.2.3

1 year ago

5.0.0-alpha.2.9

1 year ago

5.0.0-alpha.2.8

1 year ago

5.0.0-alpha.2.1

1 year ago

5.0.0-alpha.2

1 year ago

5.0.0-alpha.1.15

2 years ago

5.0.0-alpha.1.14

2 years ago

5.0.0-alpha.1.13

2 years ago

5.0.0-alpha.1.12

2 years ago

5.0.0-alpha.1.10

2 years ago

5.0.0-alpha.1.11

2 years ago

5.0.0-alpha.1.9

2 years ago

5.0.0-alpha.1.6

2 years ago

5.0.0-alpha.1.5

2 years ago

5.0.0-alpha.1.8

2 years ago

5.0.0-alpha.1.7

2 years ago

5.0.0-alpha.1.2

2 years ago

5.0.0-alpha.1.4

2 years ago

5.0.0-alpha.1.3

2 years ago

5.0.0-alpha.1.1

2 years ago

5.0.0-alpha.1

2 years ago

5.0.0-alpha

2 years ago