diff --git a/src/App.vue b/src/App.vue index e500b08..8e3b1c3 100644 --- a/src/App.vue +++ b/src/App.vue @@ -69,8 +69,10 @@ @import '~bulma/sass/base/_all' @import '~bulma/sass/layout/section' @import '~bulma/sass/components/nav' + @import '~bulma/sass/components/card' @import '~bulma/sass/elements/button' @import '~bulma/sass/elements/other' + @import '~bulma/sass/grid/columns' @import '~font-awesome/css/font-awesome.css'; diff --git a/src/components/CustomerCard.vue b/src/components/CustomerCard.vue new file mode 100644 index 0000000..14099dd --- /dev/null +++ b/src/components/CustomerCard.vue @@ -0,0 +1,50 @@ + + + + + {{ this.name }} + + + + + XX orders + {{ customer.email }} + {{ customer.city }}, {{ customer.state }} + + + + + + + \ No newline at end of file diff --git a/src/containers/Customers.vue b/src/containers/Customers.vue index 370af57..f4755f8 100644 --- a/src/containers/Customers.vue +++ b/src/containers/Customers.vue @@ -1,15 +1,44 @@ - - Customer list will go here + Customers + + + + + + \ No newline at end of file
+ {{ this.name }} +