[Solved] How to build quasar framework source code in local
-
I download the source code of quasar framework from github, but don’t know how to run it in local? What steps should I follow?
Plus, I’d like to see the source code for component <q-input>, do you know where is the entrance?
Thanks for your help! -
Hi,
This should help: https://github.com/quasarframework/quasar/blob/dev/.github/CONTRIBUTING.md#development-setup
Scott
-
@s-molinari Thank you!