285b7b2a16ed722f94c93345e07dc110bcea64bc
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 HTM
Roadmap
- Clean project
- Better data upload by chunks and ensure consistancy
- Link sharing and better workflow
- QRCode
- Multiple peers
- DaisyUI redesign
- Multiple files
Description
Languages
JavaScript
43.8%
CSS
43.3%
HTML
12.9%