SpongeDownloads
The downloads page for the Sponge project, deployed at https://www.spongepowered.org/downloads/.
Development
SpongeDownloads is a single-page application (SPA) built using Vue.js. It consumes the Downloads API provided by the DownloadIndexer.
Building
SpongeDownloads is built with vue-cli 3. To build the production page to the dist
folder, run:
npm run build
Testing locally
To start the development server at http://localhost:8080/downloads, run:
npm run serve
To check the code for errors using ESLint, run:
npm run lint