Skip to content

Commit

Permalink
an open letter
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucien950 authored and jeffrey-dot-li committed Sep 4, 2020
1 parent 70636be commit 7fc70f1
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7fc70f1

Please sign in to comment.