Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 275 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 275 Bytes

Headbreaker vue sample

This is a very simple demo of a using headbreaker within Vue. In order to test it, run the development server:

# Activate node 18
# Skip this step if you use node without the nvm version manager
nvm use

# Start the server
npm run dev