EOSPortal / eosportal-front

🗳EOSPortal Community Voting
https://eosportal.io
28 stars 22 forks source link
blockchain eos eos-voting-portal eosio frontend voting vue

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