From 1c269048bd2ae9caa8fdd5a1d28dd88a1f5d37b2 Mon Sep 17 00:00:00 2001 From: Yordan Ramchev <69005114+Yordan-Ramchev@users.noreply.github.com> Date: Wed, 20 Dec 2023 19:01:25 +0200 Subject: [PATCH] Update README.md (#180) Added: - tailwind feature - project description - new cover image - shield icon for npm version --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 68038ea..4232776 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@

MentorMate/create-vue

npm package - node compatibility + node compatibility Commitizen friendly CodeQL friendly Publish Package

-Screenshot 2023-10-31 at 13 26 13 +Screenshot 2023-12-20 at 17 04 59

Key Features • @@ -26,6 +26,8 @@ npx @mentormate/create-vue ## Key Features +Includes essential tools like Prettier, ESLint, and Husky to enforce code formatting, style consistency, and pre-commit hooks, as well as predefined VSCode settings and extensions, ensuring a streamlined and standardized Vue.js development experience within our organization + - All supported official create-vue features - VueUse - Collection of Essential Vue Composition Utilities () - Vue I18n - Internationalization plugin for Vue.js () @@ -33,6 +35,7 @@ npx @mentormate/create-vue - SonarQube - The code quality tool for better code () - Husky - Modern native git hooks made easy () - TanStack Query - Powerful asynchronous state management () +- TailwindCSS - An API for your design system () - Please submit an issue if you would like to see other features to be supported ## Contribution