zingi / random-lon-lat-generator

Random Coordinates Generator

Home Page:https://zingi.github.io/random-lon-lat-generator/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

Random Coordinates Generator

https://zingi.github.io/random-lon-lat-generator/


Languages

Language:Vue 67.9%Language:Rust 16.9%Language:JavaScript 9.8%Language:HTML 5.3%