Skip to content

Commit 76d745a

Browse files
committed
update screenshot
1 parent f8de8aa commit 76d745a

File tree

4 files changed

+1
-3
lines changed

4 files changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![MIT License](https://img.shields.io/github/license/lazercaveman/nuxt-starter)](LICENSE)
44

55
# Nuxt 4 Starter
6-
![Screenshot](./app/assets/img/screenshot.jpg)
6+
![Screenshot](./app/assets/img/screenshot.png)
77

88
## 🥸 Why this template?
99
Get ready to supercharge your development with this fully configured Nuxt 4 Starter Kit! Built on Vue 3 and powered by TypeScript and many other technologies (for more information see down-below or checkout package.json for even more), this setup comes preloaded with tools and libraries designed to enhance your workflow, streamline development, and maintain high-quality code. 🙌 No more wrestling with configurations—jump straight into building amazing projects!

app/assets/img/screenshot.jpg

-1.32 MB
Binary file not shown.

app/assets/img/screenshot.png

1.31 MB
Loading

clean-project.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ import fs from 'fs';
22
import path from 'path';
33
import { fileURLToPath } from 'url';
44

5-
// TODO: cleanup script should respect new folder structures
6-
75
const __filename = fileURLToPath(import.meta.url);
86
const __dirname = path.dirname(__filename);
97

0 commit comments

Comments
 (0)