Skip to content

FroggyWeb/portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gulp 4 with Webpack

This is the demo repo for the CSS Tricks article.

How to use

Download the repo and run:

npm install
npm run dev

Test HMR

To test Hot Module Reloading switch to the hmr branch and run npm install again.

Demo is set up with Vue. To see it in action run npm run dev, open the given localhost address and change the message in site/js/App.vue. The new message will be hot reloaded - no whole window refresh.

export default {
    data() {
        return {
            msg: 'Hello World!' // <- change the string
        }
    }
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published