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

    Anyone have bundle/package repo template for component distribution via npm?

    Framework
    2
    2
    70
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • D
      dgk last edited by dgk

      In the course of developing an extensive frontend I’ve developed serveral useful components that I want to be able to unbundle from the project and package to make available via npm.

      I’ve looked at this
      https://vuejs.org/v2/cookbook/packaging-sfc-for-npm.html
      and this template repo
      https://github.com/ericksonreyes/vue-sfc-template.git

      but wondering if someone has made something similar but specifically for a quasar based component. Not only for generating the distribution file versions but that would allow easy testing as well. I suppose it doesn’t have to be a template per say just a repo someone has created to package up one of their components.

      BTW I saw some old issue where someone was asking if the qusar cli be ammended to generate such a template repo and @rstoenescu said probably not.

      1 Reply Last reply Reply Quote 0
      • s.molinari
        s.molinari last edited by s.molinari

        @dgk - You might be able to take inspiration from Quasar’s app extension system (or just use it). 😁

        https://quasar.dev/app-extensions/development-guide/introduction#Introduction

        You’d be interested in the UI Kit.

        Scott

        1 Reply Last reply Reply Quote 0
        • First post
          Last post