mateushnsoares / simple-webview

A simple webview

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Webview

Using

In development

Run a the dev script:

npm run dev

or using yarn

yarn dev

In "Production"

Run a script to generate your system executable:

For windows:

yarn dist:windows

For Linux:

yarn dist:linux

For mac:

yarn dist:mac

Contributing

All pull requests and issues are welcome 😃

About

A simple webview


Languages

Language:HTML 84.0%Language:JavaScript 16.0%