html5-boilerplate
vitepress
html5-boilerplate | vitepress | |
---|---|---|
37 | 34 | |
56,714 | 13,754 | |
0.2% | 3.4% | |
7.0 | 9.5 | |
24 days ago | 2 days ago | |
JavaScript | TypeScript | |
MIT License | 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.
html5-boilerplate
-
10 Useful GitHub Repos Made for Front-End Developers in 2024
HTML5 Boilerplate
-
html5 boilerplate with bootstrap
Download the HTML5 Boilerplate template from the official website (https://html5boilerplate.com/). You can choose to download the standard or the enhanced version, depending on your needs.
-
What is this called and how do I add it?
The ol' HTML5 boilerplate project does favicons in three lines:
-
How to create a basic webpage. Hey everyone , I need to create a basic web page that has a few hyperlinks at the top, some pictures, and a few paragraphs. I have no clue how to start this, first time doing something like this. Any advice / tips?
Also https://html5boilerplate.com might be good starting point.
-
Web Developer path
Learn to a medium degree of proficiency HTML and CSS. Dig through something like the source code for https://html5boilerplate.com/ and try to understand why they're doing the things that they're doing. Learn Git and use it in practice. Even if you're just working on your own code.
-
Do you still use HTML5 Boilerplate when starting new projects? what are alternatives?
Do you guys still use HTML5 Boilerplate when starting new projects? https://html5boilerplate.com/
- GitHub Repositories : Part 1
-
100+ Must Know Github Repositories For Any Programmer
2. Html Boilerplate
- Be the best web dev you can be
-
The HTML5 Shiv (2011)
Wasn't this moved into Modernizr? There's a library I haven't thought of in a long time.
Oh, yep. There it is at the bottom:
> April 2011: IEPP v2 comes out. Modernizr and the html5shiv inherit the latest code. Meanwhile developers everywhere continue to use HTML5 elements in a cross-browser fashion without worry.
Paul Irish also started (or helped start) the html5 boilerplate project[1], which I am surprised to see is still actively being developed. I relied on that boilerplate for so many of my years of my early career (started full-time front-end in 2011). If you want another blast of nostalgia, check out the earlier releases[2,3] of it. I'm so happy I don't have to use conditional IE statements in my html anymore
1. https://html5boilerplate.com/
2. https://github.com/h5bp/html5-boilerplate/tree/v0.9
3. https://github.com/h5bp/html5-boilerplate/tree/v0.9.5
vitepress
- Blogs Rot. Wikis Wait
- VitePress
- VitePress – Vite and Vue Powered Static Site Generator
-
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
What are some alternatives?
React PWA - An upgradable boilerplate for Progressive web applications (PWA) with server side rendering, build with SEO in mind and achieving max page speed and optimized user experience.
angular-styleguide - Angular Style Guide: A starting point for Angular development teams to provide consistency through good practices.
Cerberus - A few simple, but solid patterns for responsive HTML email templates and newsletters. Even in Outlook and Gmail.
awesome - 😎 Awesome lists about all kinds of interesting topics
freeCodeCamp - freeCodeCamp.org's open-source codebase and curriculum. Learn to code for free.
vite-plugin-vue-i18n - :globe_with_meridians: Vite plugin for Vue I18n
Mobile-First-RWD - An example of a mobile-first responsive web design
slidev - Presentation Slides for Developers
this-is-responsive - This Is Responsive
nuxt - The Intuitive Vue Framework.
mobile-boilerplate
React - The library for web and native user interfaces.