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
Setup Visual Studio Code tasks for:
Out of scope Unit tests, e2e & lint are out of scope till tests are setup.
** Current task scripts ** Existing packages.json scripts:
packages.json
"dev": "node build/dev-server.js", "start": "node build/dev-server.js", "build": "node build/build.js", "deploy": "npm run build && git-directory-deploy --directory dist/ --branch master", "unit": "cross-env BABEL_ENV=test karma start test/unit/karma.conf.js --single-run", "e2e": "node test/e2e/runner.js", "test": "npm run unit && npm run e2e", "lint": "eslint --ext .js,.vue src test/unit/specs test/e2e/specs"
(Video) https://code.visualstudio.com/docs/introvideos/codeediting
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Setup Visual Studio Code tasks for:
Out of scope
Unit tests, e2e & lint are out of scope till tests are setup.
** Current task scripts **
Existing
packages.json
scripts:Resources
(Video)
https://code.visualstudio.com/docs/introvideos/codeediting
The text was updated successfully, but these errors were encountered: