17 lines
408 B
JSON
17 lines
408 B
JSON
{
|
|
"projectName": "mediumawstutorial1",
|
|
"version": "3.0",
|
|
"frontend": "javascript",
|
|
"javascript": {
|
|
"framework": "vue",
|
|
"config": {
|
|
"SourceDir": "src",
|
|
"DistributionDir": "dist",
|
|
"BuildCommand": "npm run-script build",
|
|
"StartCommand": "npm run-script serve"
|
|
}
|
|
},
|
|
"providers": [
|
|
"awscloudformation"
|
|
]
|
|
} |