Commit 3ab2579c authored by 周健威's avatar 周健威

Update package.json

parent e7e8b7bb
{ {
"name": "li", "name": "xxcom-pc",
"version": "1.0.0", "version": "1.0.0",
"description": "Nuxt.js project", "description": "Nuxt.js project",
"author": "lixy <929545354@qq.com>", "author": "lixy <929545354@qq.com>",
...@@ -12,8 +12,8 @@ ...@@ -12,8 +12,8 @@
"build:test": "cross-env MODE=test nuxt build", "build:test": "cross-env MODE=test nuxt build",
"build:pro": "cross-env MODE=pro nuxt build", "build:pro": "cross-env MODE=pro nuxt build",
"start": "cross-env MODE=dev nuxt start", "start": "cross-env MODE=dev nuxt start",
"start:test": "cross-env MODE=test nuxt start --hostname 10.5.52.3 --port 3000", "start:test": "cross-env MODE=test nuxt start --hostname 10.5.52.3 --port 3000 --name 'xxcom-mobild'",
"start:pro": "cross-env MODE=pro nuxt start --hostname 10.5.52.2 --port 3000", "start:pro": "cross-env MODE=pro nuxt start --hostname 10.5.52.2 --port 3000 --name 'xxcom-mobild'",
"generate": "cross-env MODE=dev nuxt generate", "generate": "cross-env MODE=dev nuxt generate",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore .", "lint": "eslint --ext .js,.vue --ignore-path .gitignore .",
"precommit": "npm run lint" "precommit": "npm run lint"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment