/gw2bot-site--old

GW2Bot Site (Vue + Webpack)

Primary LanguageJavaScript

THIS REPO IS OLD. PLEASE USE THE NEW VERSION


The website of GW2Bot by Maselkov.

gw2bot.info

Build Setup

This project uses Flask for backend and Vue.js with Webpack template for frontend.

Prerequisites

Installation

#Install backend dependencies, requires Python
pip install -r requirements.txt

# Install frontnend dependencies, requires Node
yarn install

Run / Build

# Serve with hot reload at localhost:8080
yarn run dev

# Build to ./dist for production with minification
yarn run build

# Build for production and view the bundle analyzer report
yarn run build --report

# See the production build in action at localhost:5000
py gw2botsite.py