chore(template): rename app
This commit is contained in:
@@ -1,9 +1,7 @@
|
|||||||
# Vue-boilerplate
|
# Légume 🥦
|
||||||
*Minimal static Vue project*
|
*🧅 VJ Table Generator 🥕*
|
||||||
|
|
||||||
<!-- TODO: 1. rename app (and tool URL) -->
|
### [Tool link](https://klemek.github.io/legume/)
|
||||||
|
|
||||||
### [Tool link](https://klemek.github.io/vue-boilerplate/)
|
|
||||||
|
|
||||||
## Use this template
|
## Use this template
|
||||||
|
|
||||||
@@ -21,7 +19,7 @@ git merge template/master
|
|||||||
|
|
||||||
> Every task is indicated with a TODO
|
> 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)
|
2. [ ] Change app hue and saturation in [style.css](./style.css)
|
||||||
3. [ ] Remove this part and all TODO
|
3. [ ] Remove this part and all TODO
|
||||||
|
|
||||||
@@ -29,4 +27,4 @@ git merge template/master
|
|||||||
## Tips
|
## Tips
|
||||||
|
|
||||||
* [Material design colors](https://materialui.co/colors/) are available, you can use `class="red-500"` on your HTML
|
* [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
@@ -3,8 +3,7 @@
|
|||||||
|
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<!-- TODO: 1. rename app -->
|
<title>Légume 🥦</title>
|
||||||
<title>Change this you moron</title>
|
|
||||||
<link rel="stylesheet" href="style.css" />
|
<link rel="stylesheet" href="style.css" />
|
||||||
<link rel="stylesheet" href="material-colors.css" />
|
<link rel="stylesheet" href="material-colors.css" />
|
||||||
<script src="https://unpkg.com/lucide@0"></script>
|
<script src="https://unpkg.com/lucide@0"></script>
|
||||||
@@ -17,22 +16,15 @@
|
|||||||
</script>
|
</script>
|
||||||
<script type="module" src="main.js"></script>
|
<script type="module" src="main.js"></script>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<!-- card related -->
|
<meta property="og:title" content="Légume 🥦">
|
||||||
<!--
|
<meta property="og:description" content="🧅 VJ Table Generator 🥕">
|
||||||
<meta name="twitter:card" content="summary_large_image">
|
<meta property="org:url" content="https://klemek.github.io/legume/">
|
||||||
<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://...">
|
|
||||||
-->
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<main id="app" style="display: none">
|
<main id="app" style="display: none">
|
||||||
<!-- TODO: 1. rename app -->
|
|
||||||
<h1>
|
<h1>
|
||||||
<i icon="package"></i>
|
Légume 🥦
|
||||||
Vue-Boilerplate
|
|
||||||
</h1>
|
</h1>
|
||||||
<br />
|
<br />
|
||||||
<p v-html="content"></p>
|
<p v-html="content"></p>
|
||||||
@@ -40,8 +32,7 @@
|
|||||||
<small class="footer">
|
<small class="footer">
|
||||||
<i icon="at-sign"></i> <a href="https://github.com/klemek" target="_blank">klemek</a>
|
<i icon="at-sign"></i> <a href="https://github.com/klemek" target="_blank">klemek</a>
|
||||||
-
|
-
|
||||||
<!-- TODO: 1. rename app -->
|
<i icon="github"></i> <a href="https://github.com/klemek/legume" target="_blank">Repository</a>
|
||||||
<i icon="github"></i> <a href="https://github.com/klemek/vue-boilerplate" target="_blank">Repository</a>
|
|
||||||
- 2025
|
- 2025
|
||||||
</small>
|
</small>
|
||||||
</main>
|
</main>
|
||||||
|
|||||||
Generated
+218
-1122
File diff suppressed because it is too large
Load Diff
+4
-4
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "vue-boilerplate",
|
"name": "legume",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"lint": "eslint",
|
"lint": "eslint",
|
||||||
@@ -7,14 +7,14 @@
|
|||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://github.com/klemek/vue-boilerplate.git"
|
"url": "git+https://github.com/klemek/legume.git"
|
||||||
},
|
},
|
||||||
"author": "klemek",
|
"author": "klemek",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"bugs": {
|
"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": {
|
"devDependencies": {
|
||||||
"@eslint/js": "^9.21.0",
|
"@eslint/js": "^9.21.0",
|
||||||
"eslint": "^9.21.0",
|
"eslint": "^9.21.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user