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
I cloned the project, did npm install, and tried to run the dev script. I get:
'NODE_ENV' is not recognized as an internal or external command, operable program or batch file.
The dev script is: "dev": "NODE_ENV=development webpack-dev-server --config ./build/webpack.dev.js --open --inline --hot",
"dev": "NODE_ENV=development webpack-dev-server --config ./build/webpack.dev.js --open --inline --hot",
What am I missing? Is this a bug?
Just looking for a working example of vue-friendly-iframe
The text was updated successfully, but these errors were encountered:
@sarogersz the docs-src directory is a working example:
docs-src
https://github.com/officert/vue-friendly-iframe/tree/master/docs-src
Sorry, something went wrong.
No branches or pull requests
I cloned the project, did npm install, and tried to run the dev script. I get:
'NODE_ENV' is not recognized as an internal or external command,
operable program or batch file.
The dev script is:
"dev": "NODE_ENV=development webpack-dev-server --config ./build/webpack.dev.js --open --inline --hot",
What am I missing? Is this a bug?
Just looking for a working example of vue-friendly-iframe
The text was updated successfully, but these errors were encountered: