Git Product home page Git Product logo

spongedownloads's Introduction

SpongeDownloads

The downloads page for the Sponge project, using System Of A Download as the data source for the download lists.

Development

SpongeDownloads is a single-page application (SPA) built using Vue.js, currently version 2.6.

To set up your workspace, ensure you have the following installed:

  • Node.js version 16 (at the time of writing, v16.13.0 was in use); and
  • npm v8.1 or later.

Clone this repository, navigate to the root directory in your favourite shell and run npm i.

Building

SpongeDownloads is built with vue-cli 4. To build the production page to the dist folder, run:

npm run build

This will produce a production version of SpongeDownloads, which by default, will point at the SOAD staging server, assumes a public path of /downloads and generates a file called index.html as the entry point to the application. You can set the following environment variables in your shell prior to building to change these values:

  • VUE_APP_PUBLIC_PATH: set the public path
  • VUE_APP_API_URL: set the API URL to point to
  • VUE_APP_INDEX_PATH: set the name of the HTML page that is generated

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

spongedownloads's People

Contributors

dualspiral avatar felixoi avatar phase avatar progwml6 avatar stephan-gh avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.