Skip to content

Static site boilerplate based on webpack to lazy load .js, .html and assets on scroll to increase performances

Notifications You must be signed in to change notification settings

Amaca/core-bundler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Core bundler

If you only want to use this webpack 5 configuration and dont want to know how to implement it, well just clone this repo and start develop.

  1. git clone https://github.com/amaca/core-bundler.git
  2. Navigate to folder you just clone
  3. Install all Dependencies, yarn or npm install
  4. Then for development just run the script yarn dev or npm run dev
  5. To build for production just run the script yarn build or npm run build, it will generate folder build.
  6. To publish on your vercel app, run the script yarn deploy or npm run deploy, it will start the vercel deploy process.

About

Static site boilerplate based on webpack to lazy load .js, .html and assets on scroll to increase performances

Resources

Stars

Watchers

Forks

Packages

No packages published