Skip to content
/ vite-vanila Public template

This is a basic setup for starting a vanilla HTML project using Vite as the bundler.

Notifications You must be signed in to change notification settings

fiqryq/vite-vanila

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vite vanila

This is a basic setup for starting a vanilla HTML project using Vite as the bundler. It provides a simple folder structure for organizing your HTML, CSS, and JS files.

How to running project

yarn install
yarn run dev // will running on port 5000

liveSassCompile settings

  "liveSassCompile.settings.formats": [
    {
      "format": "expanded",
      "extensionName": ".css",
      "savePath": "/src/css",
    }
  ],

About

This is a basic setup for starting a vanilla HTML project using Vite as the bundler.

Resources

Stars

Watchers

Forks