Skip to content

SpringRole/eosportal-front

 
 

Repository files navigation

EOS Voting Portal - Frontend

This is the frontend for the EOS Voting Portal.

Here is the backend project: eosportal-api

Table of contents

Installation

Cloning and Dependencies

Clone the repo and install dependencies.

git clone https://github.com/EOSPortal/eosportal-front.git

Cd into the project.

cd eosportal-front

Install all it's dependencies.

npm i or npm install

Scripts

Serve the development environment.

npm run serve this will start a development server.

Production Build

npm run build this will build the package for production and activate the service worker. To test the production build install python and navigate into the cd dist folder. to run the production version python -m http.server will start a server

Dependencies

Releases

No releases published

Packages

No packages published

Languages

  • Vue 60.9%
  • CSS 19.8%
  • TypeScript 15.6%
  • JavaScript 3.0%
  • HTML 0.7%