Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vue Build Stylus and Pug Missing Module #474

Closed
ralphchristianeclipse opened this issue May 29, 2017 · 4 comments
Closed

Vue Build Stylus and Pug Missing Module #474

ralphchristianeclipse opened this issue May 29, 2017 · 4 comments

Comments

@ralphchristianeclipse
Copy link

i'm using the new vue-build command which reduces alot of config but when using pug and stylus it gives errors where it can't find the module so i tried to hack a way to it and install the pug and pug-loader same to stylus inside the vue-cli in the npm globally

any way that i can do this right without doing the global way?

@egoist
Copy link
Collaborator

egoist commented May 29, 2017

Install all of them including vue-cli locally in your project.

@ralphchristianeclipse
Copy link
Author

@egoist can the collaborators provide a property in the config.js stylus: true or pug: true so the global vue-cli will install there i think the vue-cli is very convenient globally reducing download times and repetetive node_modules

@LinusBorg
Copy link
Member

I don't see how that does save any noticable time compared to typing yar add pug pug-loader stylus-loader

@posva
Copy link
Member

posva commented Jul 11, 2017

You can also head to ~/.vue and install any dependency you need as well as using your own webpack config 😉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants