6c61849f6060ad463607fce0c00d9255bdfc49ca
Vue-boilerplate
Minimal static Vue project
Tool link
Use this template
Creating project
Method 1: Using GitHub repository template
Method 2: CLI forking
git clone git@github.com/klemek/vue-boilerplate.git {PROJECT}
cd {PROJECT}
git remote rename origin template
git remote add origin {PROJECT REMOTE}
Tasks
Every task is indicated with a TODO
- Rename app in README.md, index.html, App.vue and package.json
- Change app hue and saturation in style.css
- Remove this part and all TODO
Updating from template
To update from templates latest changes:
make update-template
Makefile targets
Usage: make [target1] (target2) ...
Commands/Targets:
help show this message
build build static site in "dist"
dev run dev version of static site
lint lint code
fix fix and reformat code
update-template fetch and merge core changes from template
Environment:
BUN = bun
Tips
- Material design colors are available, you can use
class="red-500"on your HTML - Lucide icons are available, you can use
<LucideIcon name=house/>on your Vue template
Description
Languages
CSS
54.1%
Vue
27.9%
SCSS
8%
Makefile
4.7%
TypeScript
3.3%
Other
2%