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. Tid
    T
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 4
    • Best 0
    • Groups 0

    Tid

    @Tid

    0
    Reputation
    1
    Profile views
    4
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Tid Follow

    Latest posts made by Tid

    • RE: multiple entry points?

      Hello I’ve a problem with productName:
      Html Webpack Plugin:

      <pre>
        Error: ReferenceError: productName is not defined
          
          - index.twig.template.html:97 
            /src/index.twig.template.html:97:11
          
          - index.twig.template.html:106 98bd.module.exports
            /src/index.twig.template.html:106:3
          
          - index.js:400 
            [client2]/[html-webpack-plugin]/index.js:400:16
          
          - task_queues.js:82 processTicksAndRejections
            internal/process/task_queues.js:82:5
          
          - async Promise.all
          
        
      </pre>
      
      posted in CLI
      T
      Tid
    • RE: App and web compoenent (or widget ?)

      Yes i see that, but my app is already build, i can load JS and load with vuejs my components? I test this :

      change index.template with :

      <body ><div id="q-app"></div><widget></widget></div>
          <!-- DO NOT touch the following DIV -->
          <script>
            /*
              Example kicking off the UI. Obviously, adapt this to your specific needs.
              Assumes you have a <div id="q-app"></div> in your <body> above
             */
            import WidgetPanier from 'components/All/Widget'
            new Vue({
              el: '#q-app',
              data: function () {
                return {}
              },
              components: {},
              Widget
            })
          </script>
        </body>
      

      but My App is loaded… and my widget no…

      posted in Help
      T
      Tid
    • App and web compoenent (or widget ?)

      Hello, i’ ve an functionnal app, but but i would display on some sites like a widget or component (it’s a php site) router-view(with principals view) on some paths but a menu (html)with some app’s component, is it possible ? and howto do?

      I’ve do that with vuejs alone) but i don’t know howto do with quasar

      Thank you

      posted in Help
      T
      Tid