/aai_loom_cesium

Cesium Based Simulatio Toolset For Loom

Primary LanguageVue

rev.06242023

GIT SETUP git remote add origin https://github.com/gearboxxsv/aai_loom_cesium.git git branch -M main git push -u origin main

aai-loom-mevn

Created using the methods described in this tutorial, modified somewhat using more up-to-date setup and config instructions from the Vue.js Quick Start guide, as well as a few other tweaks to update to ES6 code, especially in the server routing.

Recommended IDE Setup

VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install
cd api
npm install

Compile and Hot-Reload for Development

cd api
nodemon server (if this doesn't work, npx nodemon server)

(In separate terminal)
npm run dev

Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint

aai_loom_cesium