-
Notifications
You must be signed in to change notification settings - Fork 5
feat: vue starter app #21
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
Conversation
|
There is currently a dependency issue (security vulnerability) with |
melaniebmn
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
First round of review - I have a few files left that I will continue with tomorrow
ethanWallace
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a couple comments/questions.
Do we plan to replace the lorem ipsum in the app content with other content?
|
Updates since last review:
Did not do:
|
ethanWallace
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just one small thing on the report a bug page. Would you also be able to update the gcds package to the latest version?
| import TextArea from '@/components/forms/TextArea.vue' | ||
| import Button from '@/components/forms/Button.vue' | ||
| import DateModified from '@/components/DateModified.vue' | ||
| import ErrorSummary from '@/components/forms/ErrorSummary.vue' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The ErrorSummary.vue file seems to be missing from components/forms.
ethanWallace
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
I think we could do the content revision and French content in a new PR
melaniebmn
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a couple of small changes :)
All request changes met and code has been updated
starter-apps/vue/vue-template/src/components/HeaderBreadcrumbs.vue
Outdated
Show resolved
Hide resolved
melaniebmn
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, let's ship it!
* chore: add wip pieces * chore: add routing and i18n * chore: add routing, breadcrumbs, 404 * add tests and updated bug report form * chore: add tests * chore: add intro text * chore: remove typescript - not in definition of done * chore: remove logo * chore: cleanup * chore: internal components + updated tests * chore: change p to text * chore: change favicon * fix: deps * chore: update playwright * fix: deps package lock * chore: update deps * docs: update readme * chore: PR feedback changes * chore: deps update, put back alignment=right on top nav * chore: PR feedback * chore: add text instead of lorem ipsum * chore: npm audit fix * chore: missed one file * chore: update package versions * chore: PR review changes * chore: update comment
Summary | Résumé
Adds a starter app for usage in Vue 3.
This starter app contains the following: