Answer the question
In order to leave comments, you need to log in
How to run a project from gitub?
How to start a project from github?
1) I downloaded the project for vue js
2) I created a clean project (using vue cli I installed a clean assembly of vue js)
3) I uploaded the downloaded files from github with a replacement
4) I tried to run the project with the npm run serve command, but an error occurs
5) Then I looked in package.json commands to run:
"dev": "cross-env NODE_ENV=development webpack-dev-server --open --inline --hot",
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules"
No configuration file found and no entry configured via CLI option.
When using the CLI you need to provide at least two arguments: entry and output.
A configuration file could be named 'webpack.config.js' in the current directory.
Use --help to display the CLI options.
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question