Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 795 Bytes

README.md

File metadata and controls

44 lines (28 loc) · 795 Bytes

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.