awesome-vite icon indicating copy to clipboard operation
awesome-vite copied to clipboard

docs: add Vite video course from Vue School

Open danielkellyio opened this issue 3 years ago • 3 comments

Please make sure all the requirements are satisfied, otherwise the PR could be closed without further notice.

Checklist

  • [x] Title as described.
  • [x] Make sure you put things in the right category.
  • [x] The description of your item should be a sentence with less than 24 words.
  • [x] Avoid using links and parentheses in description.
  • [x] Omit unnecessary words already provided in the context (e.g. for Vite, a Vite plugin).
  • [x] Use proper case for terms (e.g. GitHub, TypeScript, ESLint, etc.)
  • [x] When mentioning tools, omit versions whenever possible (e.g. use TypeScript instead of TypeScript 4.x, but keep Vue 2 and Vue 3 as they're incompatible).
  • [x] When mentioning package names, use quotes whenever possible.
  • [x] Always add your items to the end of a list.

Plugins/Tools

  • [ ] The plugin/tool is working with Vite 2.x and onward.
  • [ ] The project is Open Source.
  • [ ] The project follows the Vite Plugins Conventions.
  • [ ] The plugin uses Vite-specific hooks and can't be implemented as a Compatible Rollup Plugin.
  • [ ] The repo should be at least 30 days old.
  • [ ] The documentation is in English.
  • [ ] The project is active and maintained (inactive projects for longer 6 months will be removed without further notice).
  • [ ] The project accepts contributions.
  • [ ] Not a commercial product.

Starter Templates

  • [ ] The starter template is working with Vite 2.x and onward.
  • [ ] The documentation is in English.
  • [ ] The starter template most provide enough instructions / documentation about how to start up and what's is included.
  • [ ] A screenshot or a live demo should be included.
  • [ ] The repo should be at least 30 days old.
  • [ ] Should be differentiable from the existing starter templates.

Apps/Websites

  • [ ] The website is available without errors and load in a reasonable amount of time.
  • [ ] The website must be Open Source and showing it's using Vite intensively.
  • [ ] The website is original and not too simple. For that reason, blogs and simple landing pages are rejected.

danielkellyio avatar Jun 17 '22 13:06 danielkellyio

I'm not sure if it is necessary to place resources containing paid content with ads here.

@antfu What do you think about this ?

Scrum avatar Jun 22 '22 13:06 Scrum

I am not sure either. I know VueSchool sponsors Vue and have some collaborations with Vue to be integrated into the docs. While Vite is a separate project/org, I guess it would make more sense, or even prioritize the learning resource if VueSchool could also sponsor Vite.

/cc @yyx990803 @patak-dev

antfu avatar Jun 22 '22 21:06 antfu

I see that the scope of Awesome Vue is even bigger than Awesome Vite, listing Podcasts, tutorials, and a lot of other resources. I don't mind that the link is here. I'm just a bit worried about how to navigate Awesome Vite as more and more things keep getting added. Maybe it is the way these lists always work, and we have to accept that it will keep growing. And then build other more curated and focused lists as we talked before (like adding a page in the Vite docs for the most usual and kind of blessed plugins, etc)

patak-dev avatar Jun 23 '22 05:06 patak-dev