-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
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
Comments
Install all of them including vue-cli locally in your project. |
@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 |
I don't see how that does save any noticable time compared to typing |
You can also head to |
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?
The text was updated successfully, but these errors were encountered: