diff --git a/frontend/src/App.vue b/frontend/src/App.vue index 2f88d12a..18376f1d 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -1,16 +1,14 @@ + + \ No newline at end of file diff --git a/frontend/src/layouts/AppLayout.vue b/frontend/src/layouts/AppLayout.vue new file mode 100644 index 00000000..628f8fbf --- /dev/null +++ b/frontend/src/layouts/AppLayout.vue @@ -0,0 +1,11 @@ + + + + \ No newline at end of file diff --git a/frontend/src/modules/constructor/DiameterSelector.vue b/frontend/src/modules/constructor/DiameterSelector.vue new file mode 100644 index 00000000..a6451230 --- /dev/null +++ b/frontend/src/modules/constructor/DiameterSelector.vue @@ -0,0 +1,113 @@ + + + + + + \ No newline at end of file diff --git a/frontend/src/modules/constructor/DoughSelector.vue b/frontend/src/modules/constructor/DoughSelector.vue new file mode 100644 index 00000000..5281e6f9 --- /dev/null +++ b/frontend/src/modules/constructor/DoughSelector.vue @@ -0,0 +1,95 @@ + + + + + \ No newline at end of file diff --git a/frontend/src/modules/constructor/IngredientsSelector.vue b/frontend/src/modules/constructor/IngredientsSelector.vue new file mode 100644 index 00000000..6e0d1ae9 --- /dev/null +++ b/frontend/src/modules/constructor/IngredientsSelector.vue @@ -0,0 +1,270 @@ + + + + + \ No newline at end of file diff --git a/frontend/src/modules/constructor/PizzaConstructor.vue b/frontend/src/modules/constructor/PizzaConstructor.vue new file mode 100644 index 00000000..5193a99f --- /dev/null +++ b/frontend/src/modules/constructor/PizzaConstructor.vue @@ -0,0 +1,235 @@ + + + + + \ No newline at end of file diff --git a/frontend/src/modules/constructor/SauceSelector.vue b/frontend/src/modules/constructor/SauceSelector.vue new file mode 100644 index 00000000..4c6a3f95 --- /dev/null +++ b/frontend/src/modules/constructor/SauceSelector.vue @@ -0,0 +1,59 @@ + + + + + \ No newline at end of file diff --git a/frontend/src/views/HomeView.vue b/frontend/src/views/HomeView.vue new file mode 100644 index 00000000..dbe102a6 --- /dev/null +++ b/frontend/src/views/HomeView.vue @@ -0,0 +1,1012 @@ + + + + + \ No newline at end of file