Konstantin Ladutenko 8a5152add7 add usage info to near field warning message пре 3 година
..
public 52550759b0 initial reading of material files, filter materials to tabulated пре 3 година
src 8a5152add7 add usage info to near field warning message пре 3 година
.editorconfig 58facee3a1 initial wasm import пре 3 година
.eslintignore ec1d88fd2f add TypeScript definition for nmiejs module пре 3 година
.eslintrc.js 00149a6065 initial v-model for InputWithUnits component пре 3 година
.gitignore 58facee3a1 initial wasm import пре 3 година
.postcssrc.js 58facee3a1 initial wasm import пре 3 година
.prettierrc 58facee3a1 initial wasm import пре 3 година
README.md 9a349645bc empty quasar project пре 3 година
babel.config.js 9a349645bc empty quasar project пре 3 година
deploy.sh 0ae6064588 add route for materials page пре 3 година
package-lock.json 89a466c320 added data from refractiveindex.info as a table into MaterialsSelector.vue пре 3 година
package.json 89a466c320 added data from refractiveindex.info as a table into MaterialsSelector.vue пре 3 година
quasar.conf.js 53fd749146 add GetWLFromPlot.vue пре 3 година
tsconfig.json 9a349645bc empty quasar project пре 3 година

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.