Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5dcf0c6d90 | ||
|
|
32c7c4e73e | ||
|
|
5b48834f16 | ||
|
|
e118315ee9 | ||
|
|
70c342adcf | ||
|
|
409f215274 | ||
|
|
a4d6a818ca |
+1
-1
@@ -1 +1 @@
|
|||||||
0.0.1
|
0.0.4
|
||||||
|
|||||||
Vendored
+9
-8
@@ -1,9 +1,10 @@
|
|||||||
{
|
{
|
||||||
"recommendations": [
|
"recommendations": [
|
||||||
"dbaeumer.vscode-eslint",
|
"dbaeumer.vscode-eslint",
|
||||||
"esbenp.prettier-vscode",
|
"esbenp.prettier-vscode",
|
||||||
"streetsidesoftware.code-spell-checker",
|
"streetsidesoftware.code-spell-checker",
|
||||||
"streetsidesoftware.code-spell-checker-french-reforme",
|
"streetsidesoftware.code-spell-checker-french-reforme",
|
||||||
"bradlc.vscode-tailwindcss",
|
"bradlc.vscode-tailwindcss",
|
||||||
]
|
"yandeu.five-server"
|
||||||
}
|
]
|
||||||
|
}
|
||||||
|
|||||||
@@ -1,12 +1,10 @@
|
|||||||
Web Development example 01
|
Web Development example 1.0
|
||||||
==========================
|
===========================
|
||||||
|
|
||||||
* [x] Tailwind
|
* [x] Tailwind
|
||||||
* [x] Font Awesome
|
|
||||||
* [x] Alpine JS
|
* [x] Alpine JS
|
||||||
* [x] transition
|
* [x] transition
|
||||||
|
|
||||||
|
|
||||||
install
|
install
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
|||||||
@@ -3,11 +3,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
|
<title>webdev-minimal</title>
|
||||||
<link
|
|
||||||
rel="stylesheet"
|
|
||||||
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css"
|
|
||||||
/>
|
|
||||||
|
|
||||||
<script
|
<script
|
||||||
defer
|
defer
|
||||||
@@ -26,9 +22,10 @@
|
|||||||
},
|
},
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
<link href="main.css" rel="stylesheet" />
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body class="bg-white dark:bg-slate-400">
|
<body class="bg-gray-200 dark:black m-10" x-data="{}">
|
||||||
<h1>Hello Créalise</h1>
|
<h1 class="text-4xl font-bold">Hello Créalise</h1>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
Generated
+1323
-1319
File diff suppressed because it is too large
Load Diff
+1
-1
@@ -1 +1 @@
|
|||||||
{"devDependencies": {"tailwindcss": "^3.1.8"}, version: 0.0.1}
|
{"devDependencies": {"tailwindcss": "^3.1.8"}, "name": "webdev", "version": "0.0.4", "license": "AGPL-3.0-or-later"}
|
||||||
|
|||||||
+1
-1
@@ -5,4 +5,4 @@ module.exports = {
|
|||||||
extend: {},
|
extend: {},
|
||||||
},
|
},
|
||||||
plugins: [],
|
plugins: [],
|
||||||
}
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user