Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vue-ssr-mobile
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lixy
vue-ssr-mobile
Commits
acef5b64
Commit
acef5b64
authored
Sep 07, 2019
by
lixy
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://113.105.137.151:22280/lixy/vue-ssr-mobile
parents
43644206
460b90a7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
package.json
package.json
+2
-0
No files found.
package.json
View file @
acef5b64
...
...
@@ -10,9 +10,11 @@
"build:test"
:
"cross-env MODE=test nuxt build"
,
"start"
:
"nuxt build && cross-env NODE_ENV=production pm2 start server/index.js --node-args='--harmony' --name 'nuxt-elm'"
,
"start:test"
:
"cross-env MODE=test nuxt build && cross-env NODE_ENV=production MODE=test pm2 start server/index.js --node-args='--harmony' --name 'xxcom-mobild'"
,
"start:pro"
:
"cross-env MODE=pro nuxt build && cross-env NODE_ENV=production MODE=pro pm2 start server/index.js --node-args='--harmony' --name 'xxcom-mobild'"
,
"stop"
:
"pm2 stop server/index.js --name 'nuxt-elm'"
,
"restart"
:
"nuxt build && cross-env NODE_ENV=production pm2 restart server/index.js --node-args='--harmony' --name 'nuxt-elm'"
,
"restart:test"
:
"cross-env MODE=test nuxt build && cross-env MODE=test NODE_ENV=production pm2 restart server/index.js --node-args='--harmony' --name 'xxcom-mobild'"
,
"restart:pro"
:
"cross-env MODE=pro nuxt build && cross-env MODE=pro NODE_ENV=production pm2 restart server/index.js --node-args='--harmony' --name 'xxcom-mobild'"
,
"delete"
:
"pm2 delete nuxt-elm"
,
"lint"
:
"eslint --cache --fix --ext .js,.vue --ignore-path .gitignore ."
,
"generate"
:
"nuxt generate"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment