Random Lon Lat Generator

Random Coordinates Generator, using Rust/WebAssembly and Vue.

Structure

  • Rust code is in root directory.
  • Vue code is in /website
  • Vue production build is in /docs served here.

Building Rust Code

Prerequisites:

Bulding:

  • in root dir, run: wasm-pack build

Vue Developement Server (Webpack)

Prerequisites:

Starting Developement Server:

  • in /website run npm run serve

Vue Production Build

Prerequisites:

  • same as dev server

Creating Production Build:

  • in website run npm run build
  • (you may have to adjust the publicPath in vue.config.js in order to make it hostable on your localahost)