Skip to content

Latest commit

 

History

History
66 lines (41 loc) · 1.02 KB

README.md

File metadata and controls

66 lines (41 loc) · 1.02 KB

Clone repo

git clone https://github.com/yu1195174476/zj-block-explorer

Install the dependencies

nvm use 14
cd zj-block-explorer && yarn

Restore .env file, set default chain and optionally enable multiple chains

cp .env.example .env

Start the app in development mode (hot-code reloading, error reporting, etc.)

yarn dev

Run test suite

yarn test

Lint the files

yarn lint

Build the app for production

yarn build
cd dist/spa
quasar serve

app running at localhost:4000

Documentation

Configuring quasar.conf.js

Vue 2 documentation

Vue 3 documenation

Testing Quasar with Jest

open-block-explorer

git remote set-url origin https://github.com/yu1195174476/1