9da379f8394e6c23b829cb4126474ef26163f84f
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
65.4%
Vue
13%
SCSS
9.6%
Makefile
5.7%
TypeScript
3.9%
Other
2.4%