Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⚠️ refactor(template): created root app.vue file #44

Merged
merged 2 commits into from
Sep 28, 2022

Conversation

ojvribeiro
Copy link
Owner

@ojvribeiro ojvribeiro commented Sep 28, 2022

Now we don't have a root index HTML or EJS file, but a app.vue as the project entrypoint. You can use it to add components that persists between views (like a navbar or footer).

To render the views in the pages directory, the <App /> component is used. This will facilitate head management in future iterations.

@ojvribeiro ojvribeiro added the enhancement New feature or request label Sep 28, 2022
@ojvribeiro ojvribeiro self-assigned this Sep 28, 2022
@vercel
Copy link

vercel bot commented Sep 28, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
vulmix ✅ Ready (Inspect) Visit Preview Sep 28, 2022 at 6:41AM (UTC)

@ojvribeiro ojvribeiro marked this pull request as ready for review September 28, 2022 07:02
@ojvribeiro ojvribeiro merged commit 61f08f1 into main Sep 28, 2022
@ojvribeiro ojvribeiro deleted the feat-vue-as-entrypoint-file branch September 28, 2022 07:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant