/meter-wallet

Wallet desktop app for meter network

Primary LanguageVueGNU Lesser General Public License v3.0LGPL-3.0

meter-wallet

An electron-vue project

Build Setup with NPM

# install dependencies
npm install

# serve with hot reload
npm run dev

# build electron application for production
npm run build

# run unit & end-to-end tests
npm test

Build Setup with Yarn

# install yarn
sudo npm install -g yarn

# install dependencies
yarn install

# serve with hot reload
yarn run dev

# build electron application for production
yarn run build

# run unit & end-to-end tests
yarn test

This project was generated with electron-vue using vue-cli. Documentation about the original structure can be found here.