Skip to content

Instantly share code, notes, and snippets.

View m0jimo's full-sized avatar

M0jimo m0jimo

View GitHub Profile
@m0jimo
m0jimo / jsHelperFunctions.md
Last active December 23, 2021 09:10
Js functions which can be handy I don't want to loose.
@m0jimo
m0jimo / _webpack-ignore-folder.md
Last active July 16, 2020 07:48
Webpack - how to ignore test folder

Webpack - ignore folders mystery

Following text is related to Quasar CLI but problem comes from the Webpack configuration.

My goal

Change the Webpack and/or Quasar configuration where I could specify the folder which will not be bundled with the application when the quasar build command is used.

Reason?

I'm developing usually applications with dynamically loading content for students and for instructors who are creating the content (its kind of Authorware for editors and result is e-learning content).

When I develop the application I need to have the access to test files which are loaded using an axios (for SPA) or with Electron - file can be selected with dialog window (no auto imports for .json configuration file) or targeted from settings.json which must be possible to change on the fly when in production (can not be imported and bundled).

@m0jimo
m0jimo / Quasar-FAQ.md
Last active August 22, 2019 06:43
Quasar FAQ

Here is a list of questions which are asked more often then others. If you know of a question that a lot of people ask, just ask it in a comment. If you would like to add to this faq, just leave a comment in the Q & A & R (question, answer, reference) format. Use Markdown! Let's Answer this!!!

Quasar framework FAQ

Although Quasar framework documentation covers most of the asked questions from users I think it would be nice to have quick reference guide to Frequently Asked Questions.

How to get a quick answer to my question?

If you like saving time to yourself and/or to Quasar users reacting to your answer please provide if possible:

  • Operating system, Browser (version), Quasar version quasar --version
  • link to jsFiddle or Codepen - you can create your own example in Codepen from the existing Quasar component examples e.g. [Docs - Quasar - Tabs](h