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. archimede
    A
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 6
    • Best 0
    • Groups 0

    archimede

    @archimede

    0
    Reputation
    2
    Profile views
    6
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    archimede Follow

    Latest posts made by archimede

    • RE: @quasar/cli - undefined

      Apologies for resuming this old thread, but I have the same problem with a new project I’m setting up. This time I tried using yarn (instead of npm) but it doesn’t work neither in the default terminal nor in iTerm2.

      Can somebody help me?

      $ quasar info
      
      Operating System - Darwin(20.3.0) - darwin/x64
      NodeJs - 14.16.1
      
      Global packages
        NPM - 6.14.12
        yarn - 1.22.10
        @quasar/cli - undefined
        @quasar/icongenie - 2.3.3
        cordova - Not installed
      
      Important local packages
        quasar - 2.0.0-beta.13 -- Build high-performance VueJS user interfaces (SPA, PWA, SSR, Mobile and Desktop) in record time
        @quasar/app - 3.0.0-beta.17 -- Quasar Framework local CLI
        @quasar/extras - 1.10.4 -- Quasar Framework fonts, icons and animations
        eslint-plugin-quasar - Not installed
        vue - 3.0.11 -- vue
        vue-router - 4.0.5
        vuex - 4.0.0 -- state management for Vue.js
        electron - Not installed
        electron-packager - Not installed
        electron-builder - Not installed
        @babel/core - 7.13.16 -- Babel compiler core.
        webpack - 5.35.0 -- Packs CommonJs/AMD modules for the browser. Allows to split your codebase into multiple bundles, which can be loaded on demand. Support loaders to preprocess files, i.e. json, jsx, es7, css, less, ... and your custom stuff.
        webpack-dev-server - 4.0.0-beta.2 -- Serves a webpack app. Updates the browser on changes.
        workbox-webpack-plugin - Not installed
        register-service-worker - 1.7.2 -- Script for registering service worker, with hooks
        typescript - 4.2.2 -- TypeScript is a language for application scale JavaScript development
        @capacitor/core - Not installed
        @capacitor/cli - Not installed
        @capacitor/android - Not installed
        @capacitor/ios - Not installed
      
      Quasar App Extensions
        *None installed*
      
      $ quasar upgrade
       App • Looking for Quasar App Extension "upgrade" command
       App • ⚠️  Quasar App Extension "upgrade" is missing...
      
        ___                             
       / _ \ _   _  __ _ ___  __ _ _ __ 
      | | | | | | |/ _` / __|/ _` | '__|
      | |_| | |_| | (_| \__ \ (_| | |   
       \__\_\\__,_|\__,_|___/\__,_|_|   
       
      
        Running @quasar/app v3.0.0-beta.17
      
        Example usage
          $ quasar <command> <options>
      
        Help for a command
          $ quasar <command> --help
          $ quasar <command> -h
      
        Options
          --version, -v Print Quasar App CLI version
      
        Commands
          dev, d        Start a dev server for your App
          build, b      Build your app for production
          clean, c      Clean all build artifacts
          new, n        Quickly scaffold page/layout/component/... vue file
          mode, m       Add/remove Quasar Modes for your App
          inspect       Inspect generated Webpack config
          ext, e        Manage Quasar App Extensions
          run, r        Run specific command provided by an installed
                          Quasar App Extension
          describe      Describe a Quasar API (component)
          test, t       Run @quasar/testing App Extension command
                          - requires @quasar/testing App Extension to be installed
                          - this is an alias command for convenience purposes
          info, i       Display info about your machine and your App
          help, h       Displays this message
      
        If the specified command is not found, then "quasar run"
        will be executed with the provided arguments.
      
      posted in Help
      A
      archimede
    • Auth0

      Hi all.

      I’d like to integrate a new Quasar v2 SPA with Auth0.

      I’m following the tutorial at https://auth0.com/docs/quickstart/spa/vuejs but, being new to Quasar, I’m stuck at the step “Create an Authentication Wrapper”.

      Can somebody help me understand what’s the correct way to implement the wrapper in Quasar? Or is there a better way to integrate Auth0?

      My environment:

      $ quasar info
      
      Operating System - Darwin(20.3.0) - darwin/x64
      NodeJs - 12.21.0
      
      Global packages
        NPM - 6.14.11
        yarn - Not installed
        @quasar/cli - 1.1.3
        @quasar/icongenie - 2.3.3
        cordova - Not installed
      
      Important local packages
        quasar - 2.0.0-beta.9 -- Build high-performance VueJS user interfaces (SPA, PWA, SSR, Mobile and Desktop) in record time
        @quasar/app - 3.0.0-beta.9 -- Quasar Framework local CLI
        @quasar/extras - 1.9.19 -- Quasar Framework fonts, icons and animations
        eslint-plugin-quasar - Not installed
        vue - 3.0.6 -- vue
        vue-router - 4.0.3 -- This is the repository for Vue Router 4 (for Vue 3)
        vuex - 4.0.0 -- state management for Vue.js
        electron - Not installed
        electron-packager - Not installed
        electron-builder - Not installed
        @babel/core - 7.13.10 -- Babel compiler core.
        webpack - 4.44.1 -- Packs CommonJs/AMD modules for the browser. Allows to split your codebase into multiple bundles, which can be loaded on demand. Support loaders to preprocess files, i.e. json, jsx, es7, css, less, ... and your custom stuff.
        webpack-dev-server - 3.11.2 -- Serves a webpack app. Updates the browser on changes.
        workbox-webpack-plugin - Not installed
        register-service-worker - 1.7.2 -- Script for registering service worker, with hooks
        typescript - 4.2.2 -- TypeScript is a language for application scale JavaScript development
        @capacitor/core - Not installed
        @capacitor/cli - Not installed
        @capacitor/android - Not installed
        @capacitor/ios - Not installed
      
      Quasar App Extensions
        *None installed*
      

      TIA.

      Alessandro

      posted in Help
      A
      archimede
    • RE: @quasar/cli - undefined

      @dobbel thanks so much for the suggestion: it actually works in the Terminal app.

      But now I have to ask: why? I’ve always used iTerm2 (also, but not only, for this project) and never had issues like this one. Any idea what might be wrong with Quasar/iTerm2?

      Btw, closing iTerm2 and reopening it also works.

      Cheers.

      posted in Help
      A
      archimede
    • @quasar/cli - undefined

      Re: Trying to upgrade: 'Quasar App Extension "upgrade" is missing'

      I’m no longer able to upgrade Quasar in my project:

      $ quasar info
      
      Operating System - Darwin(20.3.0) - darwin/x64
      NodeJs - 12.20.2
      
      Global packages
        NPM - 6.14.11
        yarn - Not installed
        @quasar/cli - undefined
        @quasar/icongenie - 2.3.3
        cordova - Not installed
      
      Important local packages
        quasar - 2.0.0-beta.5 -- Build high-performance VueJS user interfaces (SPA, PWA, SSR, Mobile and Desktop) in record time
        @quasar/app - 3.0.0-beta.7 -- Quasar Framework local CLI
        @quasar/extras - 1.9.17 -- Quasar Framework fonts, icons and animations
        eslint-plugin-quasar - Not installed
        vue - 3.0.5 -- vue
        vue-router - 4.0.3 -- This is the repository for Vue Router 4 (for Vue 3)
        vuex - 4.0.0 -- state management for Vue.js
        electron - Not installed
        electron-packager - Not installed
        electron-builder - Not installed
        @babel/core - 7.12.16 -- Babel compiler core.
        webpack - 4.44.1 -- Packs CommonJs/AMD modules for the browser. Allows to split your codebase into multiple bundles, which can be loaded on demand. Support loaders to preprocess files, i.e. json, jsx, es7, css, less, ... and your custom stuff.
        webpack-dev-server - 3.11.0 -- Serves a webpack app. Updates the browser on changes.
        workbox-webpack-plugin - Not installed
        register-service-worker - 1.7.1 -- Script for registering service worker, with hooks
        typescript - 4.1.3 -- TypeScript is a language for application scale JavaScript development
        @capacitor/core - Not installed
        @capacitor/cli - Not installed
        @capacitor/android - Not installed
        @capacitor/ios - Not installed
      
      Quasar App Extensions
        *None installed*
      
      $ quasar upgrade
       App · Looking for Quasar App Extension "upgrade" command
       App · ⚠️  Quasar App Extension "upgrade" is missing...
      

      I had the same problem a couple of weeks ago and managed to fix it using the following commands:

      npm -g cache clean --force
      npm -g cache verify
      npm cache clean --force
      npm cache verify
      npm -g uninstall @quasar/cli
      npm -g install @quasar/cli
      npm uninstall @quasar/cli
      rm -fr node_modules
      rm package-lock.json
      npm i
      

      but now it doesn’t seem to have any effect.

      I’m on macOS Big Sur v11.2.1 and all the above commands are run in iTerm2, NOT a terminal inside my editor.

      What else can I try to fix the problem?

      Thanks.

      posted in Help
      A
      archimede
    • RE: Starting a new project

      Hi and thanks for taking time to reply.

      Indeed I don’t NEED vue3, but I thought it would be a good idea starting with it to avoid potential problems later on.

      I gather from your answer no major issues are expected migrating from the current stable version to the future vue3 implementation (especially for small projects like mine): therefore I’ll follow your advice and stick with the current stable release.

      Thanks again for your help.

      Alessandro

      posted in Help
      A
      archimede
    • Starting a new project

      Hi all.

      I’m new to quasar and would like to create a new little app using it.

      I know there’s an alpha (or beta?) version for the port to Vue 3 in the works: would you recommend using it and, if so, is there a guide explaining how should I setup the project from scratch using the “vue3-work” branch?

      Thanks.

      Alessandro

      posted in Help
      A
      archimede