Skip to content

gxchain/gxchain-wallet

Repository files navigation

gxchain-wallet

GXChain Wallet for mobile

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm start

# build for production with minification
npm run build

# serve with hot reload request production env
npm run start-pro

# auto fix eslint error
 npm run fix

For detailed explanation on how things work, checkout the guide and docs for vue-loader.