Skip to content

Instantly share code, notes, and snippets.

@suprith-s-reddy
Created December 14, 2020 19:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save suprith-s-reddy/fbcbc1629ab34b5316dced73189e96d7 to your computer and use it in GitHub Desktop.
Save suprith-s-reddy/fbcbc1629ab34b5316dced73189e96d7 to your computer and use it in GitHub Desktop.
Vue package.json
{
"name": "vue-nuxt-migration-project",
"version": "0.1.0",
"private": true,
"scripts": {
"lint": "vue-cli-service lint",
"lint-fix": "vue-cli-service lint --fix",
"build-report": "NODE_ENV=production vue-cli-service build --report",
"build-prod": "NODE_ENV=production vue-cli-service build",
"build-staging": "NODE_ENV=staging vue-cli-service build --mode staging",
"dev": "NODE_ENV=development vue-cli-service serve --mode development",
"test:e2e": "vue-cli-service test:e2e",
"test:unit": "NODE_ENV=test vue-cli-service test:unit",
"test": "mocha-webpack --webpack-config webpack.config.js --require test/setup.js test/**/*.spec.js"
},
"dependencies": {}
"devDependencies": {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment