Skip to content

VuePress instance for the website Dusan’s Space

Notifications You must be signed in to change notification settings

dvuckovic/dvuckovic.github.io

Repository files navigation

vuepress-blog-template

Build Status Powered by VuePress License

A VuePress blog template for static websites.

Demo

Installation

Dependencies

npm install --no-save

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

Start Server Only

npm run dist

Testing

npm test

Unit Tests

npm run test:unit
npm run test:unit:debug

End-to-end Tests

npm run test:e2e
npm run test:e2e:debug

About

VuePress instance for the website Dusan’s Space

Resources

Stars

Watchers

Forks