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

Step to get started need refreshing... #193

Open
12 tasks
WebDevJL opened this issue Apr 22, 2020 · 0 comments
Open
12 tasks

Step to get started need refreshing... #193

WebDevJL opened this issue Apr 22, 2020 · 0 comments

Comments

@WebDevJL
Copy link

WebDevJL commented Apr 22, 2020

Here what I did to see the template in the browser.

Steps

  • npm install -g @vue/cli
  • npm install -g @vue/cli-init
  • vue init webpack-simple my-project
  • cd my-project
  • npm install
  • resolve manually the issues using npm audit
  • npm i --save-dev webpack-cli
  • npm remove npm remove webpack-dev-server
  • npm i --save-dev npm remove webpack-dev-server
  • npm remove vue-loader
  • npm i --save-dev vue-loader@^14.2.2
  • npm run dev ==> **The website launches fine **
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

1 participant