-
Notifications
You must be signed in to change notification settings - Fork 510
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
Login component missing after running npm install and npm run dev #413
Comments
Supplementary information: The exact method for reproducing the issue is: Essentially I wanted to change the VueJS files and reload them to my app but even without any change to the vue files the above problem still persists. |
I noticed the app.js is missing in the current master branch, that's why it can't load auth vue components. Create app.js in resources/assets/js/app.js with following sample and run
|
Detailed description
Question: I tried to remove the "Accept Terms and Conditions" part from the registration form (but I found NO legit way to do it in the documentation). Then I attempted to change a little bit of code and run
npm install
npm run dev
and then the login form as well as the registration form are both gone. I later experimented the same on a fresh installation and without any changes in the VueJS codes and the same happened. All Vue.JS components including the two forms went missing and not rendered.Context
The steps for editing the components should be documented in the documentation and also there seems to be a problem for editing the VueJS components related to this package.
Possible implementation
Not obligatory, but suggest an idea for implementing addition or change.
Your environment
Include as many relevant details about the environment you experienced the bug in and how to reproduce it.
The text was updated successfully, but these errors were encountered: