Konstantin Ladutenko 9d4dbee936 Add multipole example to Python. Move more constants to config.ts hace 3 años
..
public 9a349645bc empty quasar project hace 3 años
src 9d4dbee936 Add multipole example to Python. Move more constants to config.ts hace 3 años
.editorconfig 58facee3a1 initial wasm import hace 3 años
.eslintignore ec1d88fd2f add TypeScript definition for nmiejs module hace 3 años
.eslintrc.js 00149a6065 initial v-model for InputWithUnits component hace 3 años
.gitignore 58facee3a1 initial wasm import hace 3 años
.postcssrc.js 58facee3a1 initial wasm import hace 3 años
.prettierrc 58facee3a1 initial wasm import hace 3 años
README.md 9a349645bc empty quasar project hace 3 años
babel.config.js 9a349645bc empty quasar project hace 3 años
package-lock.json 23c9e20364 ReactiveChart.vue seems to work fine hace 3 años
package.json 23c9e20364 ReactiveChart.vue seems to work fine hace 3 años
quasar.conf.js 5580957828 initial import of plotly.js charst into quasar app hace 3 años
tsconfig.json 9a349645bc empty quasar project hace 3 años

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.