/arcanaeum

The unofficial repository for the Archons of the Spire (part of Last Hope LARP)

Primary LanguageVue

arcanaeum

Project setup

npm install

Add a Symbolic Link to the node_modules directory

In UNIX

node_modules$ ln -s ../src/lib _

In Windows

node_modules> mklink /D _ ../src/lib

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.