Skip to content

dvuckovic/vuepress-blog-template

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 --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

About

A VuePress blog template for static websites.

Resources

Stars

Watchers

Forks

Packages

No packages published