Skip to content
/ v_v Public template

Vanilla Vite Template w/ ECMAScript Classes, SCSS

Notifications You must be signed in to change notification settings

calebareeveso/v_v

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

v_v

# Install dependencies
npm install

# Begin development
npm run dev

# Create production bundle
npm run build

# Serve production bundle
npm run preview

File system architecture

├───build
│   ├───assets
│   ├───src
│   └───static
│       └───images
├───public
│   └───static
│       └───images
└───src
    ├───app
    │   ├───api
    │   ├───components
    │   └───utils
    ├───styles
    └───templates

About

Vanilla Vite Template w/ ECMAScript Classes, SCSS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published