diff --git a/README.md b/README.md index c7d76ef..429492e 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ 🚀 Boilerplate and Starter for Vue 3x, Vite, Tailwind CSS, Vue Query and TypeScript ⚡️ Made with developer experience first: Vue 3x, TypeScript, ESLint, Prettier, Husky, Lint-Staged, Jest, Testing Library, Commit Lint, VSCode, PostCSS, Tailwind CSS, DummyJSON. -- 🚀 Pages: Sign In, Categories Page, Product Page +- 🚀 Sign In, Categories Page, Product Page - ⚡ All configuration for api calling (using axios) - ⚡ All configuration for routing, included guards - 💎 Using docker for multiple env @@ -12,6 +12,10 @@ - 🗂 VSCode configuration: Debug, Settings, Tasks and extension for PostCSS, ESLint, Prettier, TypeScript, Jest - 🦊 Husky for Git Hooks - 🚓 Friendly structure +- 🚫 Lint-staged for running linters on Git staged files +- 💡 Absolute Imports using @ prefix +- 🎁 Auto generate route in pages folder, same as Nextjs and Nuxtjs +- 📏 Linter with ESLint for Vue, Typescript This template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue 3 `