Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 368 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 368 Bytes

Use Laravel Mix for Keplr Wallet

In this package I use laravel-mix to build source code of Keplr Wallet. This package is example of: keplr-example but building with laravel-mix.

Install dependencies

npm install

Build Application

npm run build

Run Application

npm run dev