Skip to content

vmroycroft/paragon-guild

Repository files navigation

Paragon Guild v0.1.0

This is a website built with Vue.js for the Paragon WoW Classic guild. It's a work in progress.

Quick Start

  1. Install dependencies

    npm install
    
  2. Start the development server

    npm run serve
    

Building for production

A minified production build can be generated for deployment:

npm run build