diff --git a/docker-compose.yml b/docker-compose.yml index e2d7108..ff5a1d4 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -9,3 +9,4 @@ services: - "${PWD}:/app" ports: - "3000:8080" + - "3001:8081" diff --git a/package.json b/package.json index 74fbf3e..ec7fc60 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "scripts": { "serve": "vue-cli-service serve", "build": "vue-cli-service build", + "vue-ui": "vue ui -H 0.0.0.0 -p 8081", "lint": "vue-cli-service lint" }, "dependencies": { @@ -17,6 +18,8 @@ "babel-eslint": "^10.0.1", "eslint": "^5.8.0", "eslint-plugin-vue": "^5.0.0", + "pug": "^2.0.3", + "pug-plain-loader": "^1.0.0", "vue-template-compiler": "^2.5.21" }, "eslintConfig": { diff --git a/src/App.vue b/src/App.vue index fcc5662..2caf048 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,8 +1,7 @@ -