-
Notifications
You must be signed in to change notification settings - Fork 15
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
refinement: selection of libraries and frameworks #100
Comments
relates: #31 |
I watched Nuxt Nation yesterday. |
Including
Example setup in {
"scripts": {
"prepare": "simple-git-hooks",
},
"simple-git-hooks": {
"pre-commit": "npx lint-staged"
},
"lint-staged": {
"*": "eslint --cache --fix"
},
} If UI component library is neeeded, |
Thanks!
Good, let's introduce it partially if there are parts that could be used.
It's great!
I don't like the idea of local commits taking too long, and I prefer to do the checking in gha.
As for the component libraries, I do not think they are necessary in this case. |
|
Yep! |
So great that you have friends familiar with a11y |
Haha, lucky me. :P |
Concept
libraries and frameworks
Basics
Styling
Linter and Formatter
Testing
Other Nuxt Modules
Others
The text was updated successfully, but these errors were encountered: