chore(template): remove template docs
This commit is contained in:
@@ -3,28 +3,4 @@
|
||||
|
||||
### [Tool link](https://klemek.github.io/legume/)
|
||||
|
||||
## Use this template
|
||||
|
||||
<!-- TODO: 3. remove this part -->
|
||||
|
||||
```bash
|
||||
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. [x] Rename app in [README.md](./README.md), [index.html](./index.html) and [package.json](./package.json)
|
||||
2. [x] Change app hue and saturation in [style.css](./style.css)
|
||||
3. [ ] Remove this part and all TODO
|
||||
|
||||
|
||||
## Tips
|
||||
|
||||
* [Material design colors](https://materialui.co/colors/) are available, you can use `class="red-500"` on your HTML
|
||||
* [Lucide icons](https://lucide.dev/icons) are available, you can use `<i icon=house></i>` on your HTML
|
||||
TODO docs
|
||||
|
||||
Reference in New Issue
Block a user