You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For a newly generated application we should do the following:
Generate a <main_folder>/components/<project-name> component.
Place this <project-name> component in the index.stache instead of a <h1>.
This occurred after conversations about a client project.
The app.js should only be responsible for three things:
Rendering the appropriate application entry, whether that be the application itself (when their is a session), or a log in page, or something else the application may need.
Manage the route
Acquire and manage the session of the application.
With this addition an index.stache might look like:
Description:
For a newly generated application we should do the following:
<main_folder>/components/<project-name>
component.<project-name>
component in theindex.stache
instead of a<h1>
.This occurred after conversations about a client project.
The
app.js
should only be responsible for three things:With this addition an
index.stache
might look like:Or something like that.
The text was updated successfully, but these errors were encountered: