+
+
+ {{ projectCurrent.name }}
+ No project
+
-
-
- {{ data.cwd }}
-
-
+
+
-
-
-
{{ consoleLog }}
+
+
+ {{ data.cwd }}
+
+
+
+
+
+
+
+
@@ -62,10 +116,14 @@ export default {
@import "~@/style/imports"
.status-bar
- h-box()
- align-items center
- background $vue-color-light-neutral
- font-size $padding-item
+ $bg = $vue-color-light-neutral
+
+ .content
+ h-box()
+ align-items center
+ background $bg
+ font-size $padding-item
+ height 28px
.section
h-box()
@@ -77,11 +135,20 @@ export default {
&:hover
opacity 1
- background lighten(@background, 40%)
+ background lighten($bg, 40%)
> .vue-icon + *
margin-left 4px
.label
color lighten($vue-color-dark, 20%)
+
+ .console-log
+ &,
+ .last-message
+ flex 100% 1 1
+ width 0
+
+ .last-message
+ font-size .9em
diff --git a/packages/@vue/cli-ui/src/components/TerminalView.vue b/packages/@vue/cli-ui/src/components/TerminalView.vue
new file mode 100644
index 000000000..2984a8161
--- /dev/null
+++ b/packages/@vue/cli-ui/src/components/TerminalView.vue
@@ -0,0 +1,159 @@
+
- Are you sure you want to cancel the project creation?
+ Are you sure you want to reset the project creation?
@@ -312,7 +312,7 @@
label="Clear project"
icon-left="delete_forever"
class="danger"
- @click="cancel()"
+ @click="reset()"
/>
@@ -358,36 +358,14 @@