Remove WebPack and let Vue CLI handle WASM. Project restructuring fixes. Add Vue SVG Loader. Fixes #29.

This commit is contained in:
Keavon Chambers 2021-03-23 01:09:29 -07:00
parent 76043cebcb
commit fb5ce7e388
26 changed files with 314 additions and 649 deletions

View file

@ -18,7 +18,7 @@ The main modules of the project architecture are outlined below. Some parts desc
- **Web frontend**: `/client/web/`
Initial GUI for Graphite that will eventually be replaced by a native GUI implementation
- **Vue web app**: `src/`
- **Vue web app**: `vue/`
Imports the WASM code and uses Vue props to customize and reuse most GUI components
- **Rust WebAssembly wrapper**: `wasm/`
Wraps the Editor Core Library and provides an API for the web app to use unburdened by Rust's complex data types that are not supported by WASM