OSDN Git Service

bfe4ae04d446259d46fcff0a65fe7eeb956c7f6b
[bytom/Byone.git] / README.md
1 # chrome-extension-wallet
2
3 > Bytom Chrome Extension Wallet
4
5 ## Build Setup
6
7 ``` bash
8 # install dependencies
9 npm install
10
11 # serve with auto reload && import the **dist** folder in the Chrome browser
12 npm run dev
13
14 # build for production with minification && crx package
15 npm run build
16 ```