Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 1.7 KB

File metadata and controls

40 lines (27 loc) · 1.7 KB

Vite Vanilla JavaScript — Template

Features

This repository comes 🔋 packed with:

  • JavaScript;
  • TailwindCSS;
  • SASS & SCSS;
  • PostCSS;
  • Vite;

And with tools that enhance the development experience:

  • ESLint;
  • Prettier;

Browsers support

The provided configuration ensures 92.3% coverage for all browsers, in particular of the following:

Chrome Firefox Edge Opera Safari
Google Chrome Mozilla Firefox Microsoft Edge Opera Apple Safari

* In order to support a wider percentage of browsers, update the ./.browserslistrc configuration file:

  1. last 3 versions: browser version;
  2. > 0.2%: browser usage statistics;
  3. not dead: whether the browser is officially supported;

Update the configuration [here][browserslist] and check in real-time the global browsers support.

* The more versions to support, larger JS and CSS bundles size will be.