package.json

 
"author": "y",
"private": true,
"scripts": {
"dev": "cross-evn NODE_ENV=dev webpack-dev-server --inline --progress --config build/webpack.dev.conf.js",
"start": "npm run dev",
"unit": "jest --config test/unit/jest.conf.js --coverage",
"e2e": "node test/e2e/runner.js",
"test": "npm run unit && npm run e2e",
"build": "node build/build.js"
},
原文地址:https://www.cnblogs.com/cs122/p/12172819.html