Skip to content

nerva-project/nerva-explorer

 
 

Repository files navigation

Nerva Block Explorer

explorer screenshot

Project setup

Install vue-cli dev tools

npm install vue-cli -g

Clone the project and install dependencies

git clone https://github.com/nerva-project/nerva-explorer.git
cd nerva-explorer
npm install

Compile with hot-reloading for development

npm run dev

Compile and minify for production

npm run build

Build with URL path

Set VUE_PUBLIC_PATH=/<path>/ in ./env.withpath

npm run build-with-path

Hosting

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

Releases

No releases published

Packages

No packages published

Languages

  • Vue 72.0%
  • JavaScript 26.1%
  • HTML 1.9%