dependabot[bot] 49d9d81f24 Bump electron from 14.0.0 to 18.3.7 in /guiapp 2 лет назад
..
public 52550759b0 initial reading of material files, filter materials to tabulated 2 лет назад
src 189b0450a3 add css transition for adding flex row 2 лет назад
.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 93b319a28c add changing of color scale 2 лет назад
package-lock.json 49d9d81f24 Bump electron from 14.0.0 to 18.3.7 in /guiapp 2 лет назад
package.json 49d9d81f24 Bump electron from 14.0.0 to 18.3.7 in /guiapp 2 лет назад
quasar.conf.js 086057a769 add log scale and colormap choice for near-field heatmap 2 лет назад
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.