quasarframework / quasar-template-meteor

Quasar Starter Kit for Meteor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Could install `quasar` via NPM, and use `import.....`?

thearabbit opened this issue · comments

I base on Meteor + Vue-Meteor (newbie for Vue).
Why don't install quasar via NPM, and use import.....?

It would be very nice if we could use the npm install.
Unfortunately quasar uses webpack, and meteor doesn't.

So after a lot of trying I had to abandon the npm install, which was very unfortunate.
However Meteor 1.5 may well have a solution, and I will be trying the latest beta as soon as that is possible.

But at the moment I have an open bug with akryum:vue-component so I am blocked for a while, and cannot install 1.5. SOLVED

Thanks, waiting to try

Unfortunately Meteor 1.5 hasn't solved the problem.

There's an open issue about this, which we will just have to hope is high enough on the list to be solved soon.

@thearabbit This has been assigned a feature request at Meteor, and seems to be followed by several people. So it's got a fairly good chance.

@thearabbit I've solved this and it now installs from npm.

A little file called

.vueignore

was needed in the root folder to ignore .vue files when compiling.
You can read about it on this page

So I am closing this.

Look great, I will try soon 👍