This is a website built with Vue.js for the Paragon WoW Classic guild. It's a work in progress.
-
Install dependencies
npm install
-
Start the development server
npm run serve
A minified production build can be generated for deployment:
npm run build