npm install vue-cli -ggit clone https://github.com/nerva-project/nerva-explorer.git
cd nerva-explorer
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.
