23 lines
336 B
Markdown
23 lines
336 B
Markdown
|
# hTemplate
|
||
|
|
||
|
This is my personal Template for Vue 3
|
||
|
|
||
|
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.
|