-
- Downloads
Merge branch 'redmine-issue-11982' into 'develop'
REDMIN_ISSUE-11982 See merge request geocontrib/geocontrib-frontend!95
No related branches found
No related tags found
Showing
- .dockerignore 41 additions, 0 deletions.dockerignore
- .gitlab-ci.yml 9 additions, 0 deletions.gitlab-ci.yml
- Dockerfile 2 additions, 2 deletionsDockerfile
- README.md 35 additions, 9 deletionsREADME.md
- docker-compose.yaml 3 additions, 1 deletiondocker-compose.yaml
- nginx.conf 7 additions, 7 deletionsnginx.conf
- package.json 2 additions, 1 deletionpackage.json
- public/index.html 1 addition, 0 deletionspublic/index.html
- src/main.js 1 addition, 1 deletionsrc/main.js
- vue.config.js 1 addition, 1 deletionvue.config.js
.dockerignore
0 → 100644
{ | ||
"name": "geocontrib-frontend", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"private": true, | ||
"scripts": { | ||
"serve": "npm run init-proxy & npm run init-serve", | ||
... | ... | @@ -33,6 +33,7 @@ |
"eslint-plugin-vue": "^6.2.2", | ||
"less": "^3.0.4", | ||
"less-loader": "^5.0.0", | ||
"local-cors-proxy": "^1.1.0", | ||
"vue-template-compiler": "^2.6.11" | ||
} | ||
} |
Please register or sign in to comment