We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fb22a7 commit 0dd764cCopy full SHA for 0dd764c
docs/docs/4_Web Application/4_1_Overview.md
@@ -1,4 +1,14 @@
1
---
2
title: Overview
3
slug: /webapp/overview
4
----
+---
5
+
6
+We built the web application with [Nuxt.js](https://nuxtjs.org).
7
8
+The web application is the frontend of the boilerplate.
9
10
+While you may find most of the information in the [official documentation](https://nuxtjs.org/docs/2.x/get-started/installation),
11
+it is essential to note that:
12
13
+* Most of the logic (use cases, validations, access control) occurs in the API.
14
+* The web application's primary goal is literally to be a UI for the API.
0 commit comments