Skip to content

rekky1aws/vue_clicker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vue Clicker

A little clicker project made with Vue.js 3 to learn how to really use it. Following this tutorial and improving it.

For now it doesn't have any way to save progress but I plan to implement it using cookies and/or local storage.

Run

To run this on your side, you'll need to do two small things (like every other npm project) :

  • install dependencies :
npm install
  • compile :
npm run build

Hot Module Reloading / Watch Mode

If you want the build to refresh each time you change a file, you can buy using :

npm run watch

The HMR will run the builder on each file save and you can refresh on your browser to see the changes apply.

HMR for Windows Users

Since HMR is not working in WSL2, run npm run watch in PowerShell instead.

An alternative would be to start your IDE / Code Editor from WSL.

About

Little clicker game made with Vue.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published