WICC web wallet extensions

Develop

Because package wcer limit, need to use the Node.js v8.X for development.

Recommended to use (NVM) (https://github.com/creationix/nvm) to switch Node.js version.

After installing Nvm, execute in project root directory:

nvm use

After the switch is completed, install the required package:

npm install

After the installation is completed, execute the following commands to develop:

npm run dev

Build

Execute in the root directory in terminal:

npm run build

License

MIT