209c54e90633b62b4235418bc700e513b756a44b
Vue-boilerplate
Minimal static Vue project
Tool link
Use this template
git clone git@github.com/klemek/vue-boilerplate.git {PROJECT}
cd {PROJECT}
git remote rename origin template
git remote add origin {PROJECT REMOTE}
# everytime you want to update your fork
git fetch --all
git merge template/master
Every task is indicated with a TODO
- Rename app in README.md, index.html and package.json
- Change app hue and saturation in style.css
- Remove this part and all TODO
Tips
- Material design colors are available, you can use
class="red-500"on your HTML - Lucide icons are available, you can use
<i icon=house></i>on your HTML
Description
Languages
CSS
46.1%
TypeScript
21.8%
Vue
19.8%
SCSS
6.8%
Makefile
4%
Other
1.5%