dependabot[bot] 42237cc399 Bump plist from 3.0.4 to 3.0.5 in /guiapp 2 years ago
..
public 52550759b0 initial reading of material files, filter materials to tabulated 2 years ago
src 189b0450a3 add css transition for adding flex row 2 years ago
.editorconfig 58facee3a1 initial wasm import 3 years ago
.eslintignore ec1d88fd2f add TypeScript definition for nmiejs module 3 years ago
.eslintrc.js 00149a6065 initial v-model for InputWithUnits component 3 years ago
.gitignore 58facee3a1 initial wasm import 3 years ago
.postcssrc.js 58facee3a1 initial wasm import 3 years ago
.prettierrc 58facee3a1 initial wasm import 3 years ago
README.md 9a349645bc empty quasar project 3 years ago
babel.config.js 9a349645bc empty quasar project 3 years ago
deploy.sh 93b319a28c add changing of color scale 2 years ago
package-lock.json 42237cc399 Bump plist from 3.0.4 to 3.0.5 in /guiapp 2 years ago
package.json 6e64262734 added event listener on near-field replot event 2 years ago
quasar.conf.js 086057a769 add log scale and colormap choice for near-field heatmap 2 years ago
tsconfig.json 9a349645bc empty quasar project 3 years ago

README.md

Scattnlay (guiapp)

Mie scattering simulations

Install the dependencies

yarn

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev

Lint the files

yarn run lint

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.conf.js.