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

    reynerhl

    @reynerhl

    Just a newbie learning English and front end development with JavaScript and falling in love with VueJS and Quasar in the meanwhile :)

    0
    Reputation
    91
    Profile views
    4
    Posts
    0
    Followers
    0
    Following
    Joined Last Online
    Location Mazatlán, Sinaloa, México. Age 36

    reynerhl Follow

    Latest posts made by reynerhl

    • RE: Building web components ?

      @rjp Did you finally was able to compile a web component with Vue + Quasar embedded inside ? The closest I’ve been (with not success, unfortunately) was following this link instructions:
      https://medium.com/@juanignaciogarzon/creating-a-web-component-with-vue-quasar-188007ec999e

      posted in CLI
      reynerhl
      reynerhl
    • RE: Laravel + Quasar 1.0 with Quasar CLI

      @metalsadman thanks so much for upgrading your example. Questions:
      1.- After launch quasar build, what folder should we use as entry point for our web server ? Here we are trying to keep both project togeter and maybe due to Laravel Views now support html as a file type in v5.8.18 ( https://github.com/laravel/framework/pull/28541 ) we can take advantages from this.

      2.- In your quasar.conf filee, after detecting we are in prod env, can you please explain why do you use this lines:

      cfg.plugins.push(new CopyWebpackPlugin([{
                  from: path.resolve(__dirname, 'public_files'),
                  to: ''
                }]))
      

      I know this is not the best example, and again, frontend app (and repo) should be separated from API, but I guess this is the main point for the thread.

      posted in Starter Kits
      reynerhl
      reynerhl
    • RE: Laravel + Quasar 1.0 with Quasar CLI

      I suppose that the original question by @lucasfernog is not answered yet. Many workarounds are provided, because other users stands that having separated projects seems to be a better approach. What if we want to perform tests using laravel-dusk ? Having separated projects will make it work ? Thanks in advance for your time.

      posted in Starter Kits
      reynerhl
      reynerhl