npm install vue-cli -ggit clone https://github.com/jerme404/blockexploder
cd blockexploder
npm installnpm run devnpm run buildSet VUE_PUBLIC_PATH=/<path>/ in ./env.withpath
npm run build-with-pathSome specific configuration may be needed depending on your web server.
For nginx
location / {
try_files $uri $uri/ /index.html;
}See the vue-router history mode docs.
