chore(template): rename app

This commit is contained in:
2025-11-04 11:38:32 +01:00
parent 88ff356351
commit aa0fb57f50
4 changed files with 233 additions and 1148 deletions
+5 -7
View File
@@ -1,9 +1,7 @@
# Vue-boilerplate
*Minimal static Vue project*
# Légume 🥦
*🧅 VJ Table Generator 🥕*
<!-- TODO: 1. rename app (and tool URL) -->
### [Tool link](https://klemek.github.io/vue-boilerplate/)
### [Tool link](https://klemek.github.io/legume/)
## Use this template
@@ -21,7 +19,7 @@ git merge template/master
> Every task is indicated with a TODO
1. [ ] Rename app in [README.md](./README.md), [index.html](./index.html) and [package.json](./package.json)
1. [x] Rename app in [README.md](./README.md), [index.html](./index.html) and [package.json](./package.json)
2. [ ] Change app hue and saturation in [style.css](./style.css)
3. [ ] Remove this part and all TODO
@@ -29,4 +27,4 @@ git merge template/master
## 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
* [Lucide icons](https://lucide.dev/icons) are available, you can use `<i icon=house></i>` on your HTML
+6 -15
View File
@@ -3,8 +3,7 @@
<head>
<meta charset="UTF-8" />
<!-- TODO: 1. rename app -->
<title>Change this you moron</title>
<title>Légume 🥦</title>
<link rel="stylesheet" href="style.css" />
<link rel="stylesheet" href="material-colors.css" />
<script src="https://unpkg.com/lucide@0"></script>
@@ -17,22 +16,15 @@
</script>
<script type="module" src="main.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- card related -->
<!--
<meta name="twitter:card" content="summary_large_image">
<meta property="og:title" content="">
<meta property="og:description" content="">
<meta property="og:image" content="https://.../preview_640x320.jpg">
<meta property="org:url" content="https://...">
-->
<meta property="og:title" content="Légume 🥦">
<meta property="og:description" content="🧅 VJ Table Generator 🥕">
<meta property="org:url" content="https://klemek.github.io/legume/">
</head>
<body>
<main id="app" style="display: none">
<!-- TODO: 1. rename app -->
<h1>
<i icon="package"></i>
Vue-Boilerplate
Légume 🥦
</h1>
<br />
<p v-html="content"></p>
@@ -40,8 +32,7 @@
<small class="footer">
<i icon="at-sign"></i>&nbsp;<a href="https://github.com/klemek" target="_blank">klemek</a>
-
<!-- TODO: 1. rename app -->
<i icon="github"></i>&nbsp;<a href="https://github.com/klemek/vue-boilerplate" target="_blank">Repository</a>
<i icon="github"></i>&nbsp;<a href="https://github.com/klemek/legume" target="_blank">Repository</a>
- 2025
</small>
</main>
+218 -1122
View File
File diff suppressed because it is too large Load Diff
+4 -4
View File
@@ -1,5 +1,5 @@
{
"name": "vue-boilerplate",
"name": "legume",
"version": "1.0.0",
"scripts": {
"lint": "eslint",
@@ -7,14 +7,14 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/klemek/vue-boilerplate.git"
"url": "git+https://github.com/klemek/legume.git"
},
"author": "klemek",
"license": "ISC",
"bugs": {
"url": "https://github.com/klemek/vue-boilerplate/issues"
"url": "https://github.com/klemek/legume/issues"
},
"homepage": "https://klemek.github.io/vue-boilerplate",
"homepage": "https://klemek.github.io/legume",
"devDependencies": {
"@eslint/js": "^9.21.0",
"eslint": "^9.21.0",