Files
coverify/README.md
T
2025-12-20 15:41:03 +01:00

976 B

Vue-boilerplate

Minimal static Vue project

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

  1. Rename app in README.md, index.html, App.vue and package.json
  2. Change app hue and saturation in style.css
  3. Remove this part and all TODO

Tips