webview/examples/project-structure at main · ttytm/webview

GitHub

Project Structure Example

This example integrates the

v-js-interop-app

example into a project structure that can be used as a starting guide for more complex Webview projects.

├── assets/ │ └── icon.ico ├── src/ │ ├── api.v │ ├── main.v │ └── news.v ├── ui/ │ ├── index.html │ ├── main.js │ └── style.css │── README.md └── v.mod Run

From the examples directory

# ~/<path>/webview/examples/project-structure v run .Or from webview src directory

# ~/<path>/webview v run examples/project-structure/