No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. Primadi
    3. Topics
    P
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 3
    • Best 0
    • Groups 0

    Topics created by Primadi

    • P

      debugging quasar app in cordova
      Framework • • Primadi

      4
      0
      Votes
      4
      Posts
      2654
      Views

      rstoenescu

      Temporarily change <content src="index.html" /> to <content src="URL_TO_YOUR_MACHINE:PORT" />. Close app, run quasar dev then open your app. You’ll get hot module reload on dev code 😉

    • P

      IDE for mobile app.
      Framework • • Primadi

      6
      0
      Votes
      6
      Posts
      4699
      Views

      rstoenescu

      @Martin I use the following:

      Stylus https://github.com/matthojo/language-stylus Language Babel https://github.com/gandm/language-babel Language Vue https://github.com/hedefalk/atom-vue Linter https://github.com/steelbrain/linter Linter ESLint https://github.com/AtomLinter/linter-eslint Linter Stylint (for Stylus) https://github.com/AtomLinter/linter-stylint UI theme “One Dark” with Syntax Theme “Atom Material”

      Make sure to edit .eslintrc.js too because linters will pick it up. Can’t remember which rule to change in your case. Guess just try to format however you like and see which linter error pops up.