From 7387e3734dc62f0068b68b0af7b4d97e62c73a7d Mon Sep 17 00:00:00 2001 From: John Campion Jr Date: Fri, 19 Feb 2021 00:20:57 -0500 Subject: [PATCH] chore: readme (#70) * chore: readme * Update README.md Co-authored-by: Anthony Fu --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a2ea5fc..993286d 100644 --- a/README.md +++ b/README.md @@ -95,6 +95,7 @@ Mocking up web app with Vitesse(speed)
As this template is strongly opinionated, the following provides a curated list for community maintained variations with different preferences and feature sets. Check them out as well. PR to add yours are also welcome! - [vitesse-lite](https://github.com/kn0wn/vitesse-lite) by [@kn0wn](https://github.com/kn0wn) +- [vitesse-addons](https://github.com/JohnCampionJr/vitesse-addons) by [johncampionjr](https://github.com/johncampionjr) - additional options for integrations, including [Prettier](https://prettier.io) and [Storybook](https://storybook.js.org) ## Try it now! @@ -151,6 +152,6 @@ Go to [Netlify](https://app.netlify.com/start) and select your clone, `OK` along ## Why -I have created several Vite apps recently. Setting the configs up is kinda the bottleneck for me to make the ideas simply come true within a very short time. +I have created several Vite apps recently. Setting the configs up is kinda the bottleneck for me to make the ideas simply come true within a very short time. So I made this starter template for myself to create apps more easily, along with some good practices that I have learned from making those apps. It's strongly opinionated, but feel free to tweak it or even maintains your own forks. [(see community maintained variation forks)](#variations)