From 7fc70f1cdd75997411a5e3eebe623a924dcfd6b3 Mon Sep 17 00:00:00 2001 From: Edwin Date: Fri, 4 Sep 2020 11:26:15 -0400 Subject: [PATCH] an open letter --- README.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/README.md b/README.md index fa397b5..3979f81 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,38 @@ $ npm run generate - All the typescript files - Utils (not to be confused with ~\assets\utils) +## An open letter to whoever needs to build a new page +Here is the default layout of the page (also at localhost:3000/basepiece or quento.ca/basepiece) +Enjoy! +```html +div Layout Main + userGuideModal + userInfoModal + Sidebar + div contentArea + div contentOverlay + div contentWrapper + Navbar + div Router View + div Router Content + transition thingy + div content-area__content (ie. the content of the area of the content of the page, go naming departement) + another transition + (YOUR CONTENT HERE) + /div + /div + /div + /div + /div +/div +/div +/div +/div +/div +/div +/div +(etc.) +``` ## Documentation/Dependencies For detailed explanation on how things work, checkout the following docs: