milanavuckovic.github.io

Build Status Powered by VuePress License

VuePress instance for the website back2string.art.

Installation

Dependencies

npm install --no-save --legacy-peer-deps

Setup Environment

Create the .env file in the root folder, and set the following variables:

GOOGLE_MAPS_API_KEY=<your_google_maps_javascript_api_key>
GOOGLE_ANALYTICS_ID=<your_google_analytics_id>
OBJECT2VR_PLAYER=<url_to_object2vr_player_lib>

Links:

Development Server

npm run serve

Linting

npm run lint

Production Server

npm start

Build for Production

npm run build

Serve Production Build

npm run dist

Testing

npm test

Unit Tests

npm run test:unit

End-to-end Tests

npm run test:e2e