Konstantin Ladutenko 1773e820bb initial version of PlotNearField.vue 3 anos atrás
..
public 52550759b0 initial reading of material files, filter materials to tabulated 3 anos atrás
src 1773e820bb initial version of PlotNearField.vue 3 anos atrás
.editorconfig 58facee3a1 initial wasm import 3 anos atrás
.eslintignore ec1d88fd2f add TypeScript definition for nmiejs module 3 anos atrás
.eslintrc.js 00149a6065 initial v-model for InputWithUnits component 3 anos atrás
.gitignore 58facee3a1 initial wasm import 3 anos atrás
.postcssrc.js 58facee3a1 initial wasm import 3 anos atrás
.prettierrc 58facee3a1 initial wasm import 3 anos atrás
README.md 9a349645bc empty quasar project 3 anos atrás
babel.config.js 9a349645bc empty quasar project 3 anos atrás
deploy.sh 0ae6064588 add route for materials page 3 anos atrás
package-lock.json 89a466c320 added data from refractiveindex.info as a table into MaterialsSelector.vue 3 anos atrás
package.json 89a466c320 added data from refractiveindex.info as a table into MaterialsSelector.vue 3 anos atrás
quasar.conf.js 53fd749146 add GetWLFromPlot.vue 3 anos atrás
tsconfig.json 9a349645bc empty quasar project 3 anos atrás

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.