generated from Phil/vue3template
Made the project further v0.1 pre-release
This commit is contained in:
parent
3bd7b1b9ca
commit
ecea9bd13b
3 changed files with 16 additions and 29 deletions
28
README.md
28
README.md
|
@ -1,26 +1,6 @@
|
|||
# hTemplate
|
||||
# start.hackmi.ch
|
||||
|
||||
This is my personal Template for Vue 3
|
||||
## Dead simple startpage for new page or new tab for hackmi.ch project
|
||||
|
||||
With:
|
||||
- Vue 3
|
||||
- Vue-Router
|
||||
- Vite
|
||||
- TailwindCSS
|
||||
- DaisyUI (plugin for TailwindCSS)
|
||||
|
||||
Navbar / Footer / Style / Router included.
|
||||
|
||||
```bash
|
||||
git clone https://git.hackmi.ch/Phil/Vue3Template.git
|
||||
cd Vue3Template
|
||||
npm install
|
||||
npm run dev
|
||||
```
|
||||
glhf!
|
||||
|
||||
Best Editor:
|
||||
- vscode with Vue extensions.
|
||||
|
||||
Preview:
|
||||
<img src="https://s3.hackmi.ch/public-share/git-htemplate/2023-09-07%2020_55_02-hTemplate.png" />
|
||||
### Made with:
|
||||
- hTemplate (VueJS, Axios, ...)
|
|
@ -4,7 +4,7 @@
|
|||
<meta charset="UTF-8">
|
||||
<link rel="icon" href="/favicon.ico">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>hTemplate</title>
|
||||
<title>start.hackmi.ch</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="app"></div>
|
||||
|
|
|
@ -9,11 +9,18 @@ import axios from 'axios'
|
|||
placeholder="Search google">
|
||||
<input class="btn ml-6" type="submit" name="Submit">
|
||||
</form>
|
||||
<br>
|
||||
<br><br>
|
||||
<hr>
|
||||
<br>
|
||||
<br><br>
|
||||
<div class="grid grid-flow-row-dense md:grid-flow-row grid-cols-3 gap-4">
|
||||
<div>
|
||||
{{info}}
|
||||
Online on teamspeak: <br>
|
||||
<pre>{{info}}</pre>
|
||||
</div>
|
||||
<div>
|
||||
Visit <a href="https://services.hackmi.ch">hackmi.ch Services</a>
|
||||
</div>
|
||||
<div>Visit <a href="https://status.hackmi.ch">hackmi.ch Status</a></div>
|
||||
</div>
|
||||
</div>
|
||||
</center>
|
||||
|
|
Loading…
Reference in a new issue