vuematerial / vue-material

Vue.js Framework - ready-to-use Vue components with Material Design, free forever.
https://www.creative-tim.com/vuematerial
MIT License
9.89k stars 1.16k forks source link

Browserify and the new vue-material #1219

Open tachiaus opened 6 years ago

tachiaus commented 6 years ago

Hi,

I have been trying to get the new beta working using browserify as the package manager.

In my app.js file i have:

var Vue = require('vue') var VueMaterial = require('vue-material') Vue.use(VueMaterial)

When i run the command browserify app.js -0 bundle.js

I receive the error:

Error: Cannot find module '!!../../node_modules/css-loader/index.js!../../node_modules/sass-loader/lib/loader.js!./index.scss'

If i remove the reference to vue-material in my app.js the browserify command works.

Any ideas?

marcosmoura commented 6 years ago

I will check that. The browserify environment is untested for now.

tachiaus commented 6 years ago

Hi Samuel,

Yeah I have added sass-loader and css-loader.

Does not fix the bundling error :(

Get Outlook for Androidhttps://aka.ms/ghei36

From: Samuell Sent: Monday, 27 November, 17:00 Subject: Re: [vuematerial/vue-material] Browserify and the new vue-material (#1219) To: vuematerial/vue-material Cc: tachiaus, Author

Hey, do you have sass-loader? — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/vuematerial/vue-material/issues/1219#issuecomment-347099633, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AgZqKCgdsJNANg7m3WivPAfM3VDaQGtbks5s6mT1gaJpZM4QrCcZ.

guillenotfound commented 6 years ago

Will you provide support prior to final release? Thanks.