gitextract_46wadhmg/ ├── .github/ │ └── FUNDING.yml ├── .gitignore ├── README.md ├── docs/ │ ├── .vuepress/ │ │ ├── components/ │ │ │ ├── UsefulLinks.vue │ │ │ └── UsefulLinksSection.vue │ │ ├── config.js │ │ ├── public/ │ │ │ ├── _redirects │ │ │ └── favicons/ │ │ │ ├── browserconfig.xml │ │ │ └── site.webmanifest │ │ ├── styles/ │ │ │ └── index.styl │ │ └── theme-styling/ │ │ ├── _media-query.scss │ │ ├── _variables.scss │ │ └── utils.scss │ ├── README.md │ ├── guide/ │ │ ├── README.md │ │ ├── community/ │ │ │ ├── README.md │ │ │ ├── adopt-vue-at-work.md │ │ │ ├── conferences.md │ │ │ ├── diversity.md │ │ │ ├── job-market.md │ │ │ ├── meetups.md │ │ │ └── social-media.md │ │ ├── ecosystem/ │ │ │ ├── boilerplates.md │ │ │ ├── build-tools.md │ │ │ ├── client-server-communication.md │ │ │ ├── contributing.md │ │ │ ├── desktop-apps.md │ │ │ ├── documentation.md │ │ │ ├── editors-and-tools.md │ │ │ ├── forms.md │ │ │ ├── gridsome.md │ │ │ ├── hosting.md │ │ │ ├── i18n.md │ │ │ ├── legacy.md │ │ │ ├── mobile-apps.md │ │ │ ├── nuxt.md │ │ │ ├── projects-worth-mentioning.md │ │ │ ├── server-side-rendering.md │ │ │ ├── static-site-generators.md │ │ │ ├── testing.md │ │ │ └── ui-libraries.md │ │ └── learning/ │ │ ├── blogs.md │ │ ├── books.md │ │ ├── courses.md │ │ ├── faq.md │ │ ├── how-to-learn-vue.md │ │ ├── learning-platforms.md │ │ ├── official-documentation.md │ │ ├── podcasts.md │ │ ├── tips-from-mentors.md │ │ ├── vue-3.md │ │ └── workshops.md │ └── multilingual/ │ └── spanish.md └── package.json