-
Notifications
You must be signed in to change notification settings - Fork 887
Open
Description
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 **
Metadata
Metadata
Assignees
Labels
No labels