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

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.