quasarframework / vue-cli-plugin-quasar

Quasar Framework Vue CLI plugin
https://quasar.dev
MIT License
68 stars 14 forks source link

fix the vue-cli template support with quasar v1.0.0@beta.4 #15

Closed alterhu2020 closed 5 years ago

alterhu2020 commented 5 years ago

Software version

Quasar: 1.0.0.beta.4 vue-cli-plugin-quasar: quasar@beta OS: Node: NPM: Any other software related to your bug:

What did you get as the error?

When install the vue-cli-plugin-quasar as reading from : https://v1.quasar-framework.org/start/vue-cli-plugin,

vue add quasar@beta

Then the install completed successfully ,but quasar feature had not added into existing project. it's not working, Could you try to update the correct data for V1.0.0 template ? thanks .

What were you expecting?

Support quasar v1.0.0@beta.4 feature

What steps did you take, to get the error?

Not added any dependencies, not work.

rstoenescu commented 5 years ago

vue add quasar@beta then vue invoke quasar --- invoke required because of bug in vue-cli.

alterhu2020 commented 5 years ago

@rstoenescu thanks, sorry I didn't notice the line in the document:vue invoke quasar. Anyway, it works.