-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path_demo-package.json
35 lines (30 loc) · 1.14 KB
/
_demo-package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "ProjectName",
"version": "0.1.0",
"description": "project description",
"email": "[email protected]",
"url": "https://productionurl.com/",
"repository": {
"type": "git",
"url": "https://github.com/janzheng/"
},
"keywords": [
"test"
],
"website": "productionurl.com",
"author": "Your Name",
"scripts": {
"commit": "git add . -A ; git commit ; git push origin master ",
"server": "cd docs ; npm run server",
"docs": "cd docs ; npm run server",
"build": "cd docs ; npm run build",
"deploy": "cd docs ; npm run deploy",
"stage": "cd docs ; npm run stage",
"surge": "cd docs ; npm run surge",
"github": "cd docs ; npm run github",
"vue": "cd vue/dance ; npm run dev",
"vue_build": "cd vue/dance ; npm run build",
"vue_local": "rm atlx/atlx2018/source/static/js/* ; rm vue/dance/local/static/js/* ; cd vue/dance ; npm run local ; cd ../.. ; cp -a vue/dance/local/static/js/. atlx/atlx2018/source/static/js",
"gc_deploy": "cd vuecoeur/server ; graphcool deploy"
}
}