awesome
vitepress
awesome | vitepress | |
---|---|---|
150 | 31 | |
336,242 | 13,334 | |
- | 2.9% | |
7.5 | 9.5 | |
9 days ago | 1 day ago | |
Shell | TypeScript | |
Creative Commons Zero v1.0 Universal | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
awesome
-
Dashboard of open source low-code tools
Repositories that are awesome lists or collection of resources
-
A GitHub repo that curates all the awesome repos
This has existed for 10 years:
https://github.com/sindresorhus/awesome
- GitHub Lists
-
Introducing Awesome J2ME: An Awesome List About Everything Related to J2ME
I managed to collect a diverse set of resources, and submit a pull request that passed all the checks in first try. But sadly, due to small community size, lack of resources, exams and abandonment of J2ME by Oracle, I was not able to completely fulfill my goal.
-
Top 20 Awesome on Github
1. Awesome
-
AI-generated content, other unfavorable practices get CNET on Wikipedia banlist
In the days before "google it" was a synonym for "find it", we had different curated link sites, and even pyhsical magazines with hand-curated lists of links that people interested in a certain topic might find interesting. This still exists today in some forms, for example the "awesome lists" that you see for some programming topics, for example https://github.com/sindresorhus/awesome .
Just like there was a time when 90%-99% of all email traffic was viagra spam, I imagine in the future most of the internet by volume will be AI-generated trash, and those in the know will still circulate lists of where the other 1% can be found.
An even brighter scenario is that someone, maybe a kid tinkering in their garage, figures out how to make a search engine that finds the good stuff, doesn't immediately die to AI bot farms' SEO efforts, and is financially viable.
-
Resources I wish I knew when I started my career
2. Awesome Lists
-
The Top 10 GitHub Repositories Making Waves 🌊📊
Software Engineering Blogs
-
Kyutai AI research lab with a $330M budget that will make everything open source
He appears to be the original creator of the “Awesome X” repo: https://github.com/sindresorhus/awesome
-
✨7 Github Repositories to Master React
Awesome React
vitepress
-
Appunti su VitePress
// .vitepress/config.js export default { lastUpdated: true, themeConfig: { editLink: { pattern: 'https://github.com/vuejs/vitepress/edit/main/docs/:path' } } }
-
Create elegant OpenAPI spec documentation with Rapi Doc and Vitepress
import { defineConfig } from 'vitepress' // https://vitepress.dev/reference/site-config export default defineConfig({ ... vue: { template: { compilerOptions: { isCustomElement: (tag: string) => { return tag.indexOf('rapi-doc') >= 0; } } } }, })
-
MdBook – a command line tool to create books with Markdown
VitePress and Docusaurus seem decent. I think VitePress might be more suited to blogging, but I admit I haven’t actually used or tested either.
https://docusaurus.io/
https://vitepress.dev/
-
Rspack v1.1, BEST JavaScript Feature, New ESLint Features and more
VitePress 1.5
- Documentazione con VitePress
-
Do not build your Gov.uk service as a single-page application
I don't get it (really, not pretending). I know many SPAs are crap, but if SPAs were inherently crap, then all SPAs would be at least kind of crap.
So, I see those website below as examples and ask myself: What's wrong with those:
https://vitepress.dev/
https://www.solidjs.com/
Both are SPAs. Fast, small, working very well.
Ok, they need JS to work. But honestly, how many people are not using JS because they can't (as opposed to because they don't want to). And how many have so low end devices that running the JS is a problem? People watching videos all day on their smartphones. So, the days where processing JS for creating the DOM is a problem are over. Esp. if using fast frameworks like Solid, Preact, Vue or Svelte.
Of course there're website that load 20 MB JS of analytics and spyware. Those are slow not because they're SPAs but because they do all this additional (of course unwanted) stuff. Also accessibility issues are not caused by using SPAs or not. Svelte even has accessibility warnings built-in.
- VitePress: Vite and Vue powered static site generator
- Ask HN: What do you use for your personal blog?
- 第三次重构个人博客(基于Vitepress)
-
Third Reconstruction of Personal Blog (Based on Vitepress)
The reason for writing the code in index.md is that if everything is encapsulated in a Vue component and then imported into index.md, it would cause the aside not to refresh when changing pages. You can check this Issue #2686 for specifics.
What are some alternatives?
free-for-dev - A list of SaaS, PaaS and IaaS offerings that have free tiers of interest to devops and infradev
html5-boilerplate - A professional front-end template for building fast, robust, and adaptable web apps or sites.
daisyui - 🌼 🌼 🌼 🌼 🌼 The most popular, free and open-source Tailwind CSS component library
angular-styleguide - Angular Style Guide: A starting point for Angular development teams to provide consistency through good practices.
MacType-Profile - Best mactype experience
React - The library for web and native user interfaces.
TOAST UI Editor - 🍞📝 Markdown WYSIWYG Editor. GFM Standard + Chart & UML Extensible.
vite-plugin-vue-i18n - :globe_with_meridians: Vite plugin for Vue I18n
public-apis - A collective list of free APIs
Bootstrap - The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.
developer-roadmap - Interactive roadmaps, guides and other educational content to help developers grow in their careers.
slidev - Presentation Slides for Developers