Commit bd8bd18e authored by 周健威's avatar 周健威

Update package.json

parent 3ab2579c
...@@ -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 --name 'xxcom-mobild'", "start:test": "cross-env MODE=test nuxt start --hostname 10.5.52.3 --port 3000 --name 'xxcom-pc'",
"start:pro": "cross-env MODE=pro nuxt start --hostname 10.5.52.2 --port 3000 --name 'xxcom-mobild'", "start:pro": "cross-env MODE=pro nuxt start --hostname 10.5.52.2 --port 3000 --name 'xxcom-pc'",
"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