Skip to content

jerme404/blockexploder

Repository files navigation

blockexploder

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/jerme404/blockexploder
cd blockexploder
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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published