XMR Paper: Vue.js Monero Wallet Generator

Monero Paper

Monero (XMR) wallet generator, built with Vue.js

<< Try it >>

xmr-paper

Setup for Development

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

.editorconfig

root = true

[*]
charset = utf-8
indent_style = space
indent_size = 2
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true

.eslintignore

lib/mymonero-core-js/**

.eslintrc.json

{
  "extends": "standard"
}

.gitignore

.DS_Store
node_modules/
## dist/
npm-debug.log
yarn-error.log

# Editor directories and files
.idea
*.suo
*.ntvs*
*.njsproj
*.sln

Download details:

Author: bradoyler
Source: https://github.com/bradoyler/xmr-paper

#vue #vuejs 

XMR Paper: Vue.js Monero Wallet Generator
1.15 GEEK