Starter Kit to 0.15 version?
-
Is there any 0.15 beta starter kit to begin testing and building the base with the new version?
I was to begin a new project and seems more logical use 0.15 nor 0.14 now.
Thanks. -
Best you can do right now is clone the v0.15 repo, and keep your work in the dev folder. Note: there are no currently available docs for v0.15, and the api may change at any given moment until release.
-
Thanks for the information.
The 0.15 repo is this (with the “dev” branch) ? https://github.com/quasarframework/quasar ? (This is more updated)
or this (with the “master” branch)? https://github.com/quasarframework/quasar-future ?Thanks again in advance.
-
Dev branch
-
Here is the v0.15 starter kit… it’s VERY nice! https://github.com/quasarframework/quasar-starter-kit.
Note, it suggests that you install the latest vue-cli and quasar-cli. If
quasar dev
stops working after this, just runnpm run dev
instead. -
This post is deleted! -
Once the beta is installed, Is switching back to the released version just doing a reinstall of the release cli ?