-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add suggested readings view in docs
- Loading branch information
1 parent
ebe8b85
commit c8a6049
Showing
2 changed files
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# 📚 Suggested Readings | ||
|
||
This list includes articles on improving code quality in Vue and Nuxt projects, as well as guides on using `vue-mess-detector`. These resources offer valuable insights for enhancing your development practices and understanding the tool. | ||
|
||
::: tip | ||
Feel free to contribute with suggestions or with your own readings 📑 | ||
::: | ||
|
||
## 👥 From the Core Team | ||
|
||
### Unlock Cleaner Code in Vue and Nuxt Projects with Vue Mess Detector | ||
- [Medium](https://medium.com/@rrd108/unlock-cleaner-code-in-vue-and-nuxt-projects-with-vue-mess-detector-34b320d2ab2d) ~ [Dev Community](https://dev.to/rrd/elevate-your-vue-and-nuxt-code-quality-with-vue-mess-detector-4lm3) | ||
|
||
### Effortless Refactoring in Vue.js: A Guide to Vue Mess Detector | ||
- [Medium](https://medium.com/@_davidpena/effortless-refactoring-in-vue-js-a-guide-to-vue-mess-detector-1d64ea3e40cd) ~ [Dev Community](https://dev.to/unans___/effortless-refactoring-in-vuejs-a-guide-to-vue-mess-detector-5756) |