Konstantin Ladutenko 788796c878 take care of roundoff errors during conversioninto source units před 3 roky
..
public 9a349645bc empty quasar project před 3 roky
src 788796c878 take care of roundoff errors during conversioninto source units před 3 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
package-lock.json 3dc54d744a initial link between GUI state from simulationSetup Vuex store and component před 3 roky
package.json 3dc54d744a initial link between GUI state from simulationSetup Vuex store and component před 3 roky
quasar.conf.js be8f7f9512 draft of GetUnit.vue před 3 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.