We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using npm run dev, after some change in any file the app is not recompiled
> [email protected] dev /Users/user/vue-materialize-example > webpack-dev-server --host 0.0.0.0 --port 3000 --inline --hot --config build/webpack.dev.config.js http://0.0.0.0:3000/
The text was updated successfully, but these errors were encountered:
Hi, ensure your have Auth0 config (auth0-variables.js) in the 'src' directory with correct Auth0 clientID and domain.
I just checked the functionality and hot reload works as expected. Check browser console for errors.
Sorry, something went wrong.
Rename existing example config https://github.com/vlewin/vue-materialize-example/blob/master/src/auth0-variables.js.example to auth0-variables.js
No branches or pull requests
Using npm run dev, after some change in any file the app is not recompiled
The text was updated successfully, but these errors were encountered: