Skip to content

Instantly share code, notes, and snippets.

@glaucia86
Created May 27, 2019 00:35
Show Gist options
  • Save glaucia86/65e25bd4241d317084b36c5f20628899 to your computer and use it in GitHub Desktop.
Save glaucia86/65e25bd4241d317084b36c5f20628899 to your computer and use it in GitHub Desktop.
{
"name": "calculadora-app",
"version": "1.0.0",
"description": "Calculadora em Vue.js",
"author": "Glaucia Lemos",
"private": true,
"scripts": {
"dev": "webpack-dev-server --inline --progress --config build/webpack.dev.conf.js --open --hot",
"start": "npm run dev",
"lint": "eslint --ext .js,.vue src",
"build": "node build/build.js"
},
(...)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment