Skip to content

Commit

Permalink
chore: template UI tweaks, cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Uninen committed Mar 12, 2022
1 parent d163094 commit b4a90a9
Show file tree
Hide file tree
Showing 6 changed files with 179 additions and 217 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

Simple, opinionated, **fully typed**, and **production-ready** project template for Vite.

![Editor screenshot](src/assets/editor_screenshot.png)

This template is **practical** and **batteries included** but not overly complex or bloated. Also explicit configuration over magic; it should be easy to understand how everything works, strip out anything you don't need, and fast to modify things to your needs.

Includes plenty of **examples and documentation** of how to do things but **minimal cruft** to delete to get you going.
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<!DOCTYPE html>
<html class="min-h-full bg-gradient-to-b from-indigo-200 to-purple-400" lang="en">
<html class="min-h-full" lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + Vue 3 + TypeScript + Tailwind Starter Template</title>
</head>
<body>
<div id="app" class="flex flex-col min-h-0 mx-auto"></div>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
<noscript>
<h1>Opinionated, production ready template for Vite and Vue 3</h1>
Expand Down
4 changes: 4 additions & 0 deletions public/img/grid.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/assets/editor_screenshot.png
Binary file not shown.
Binary file removed src/assets/logo.png
Binary file not shown.
Loading

1 comment on commit b4a90a9

@vercel
Copy link

@vercel vercel bot commented on b4a90a9 Mar 12, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.