Compare commits

..

No commits in common. "a748b5327178d20e23f0aaf39907572aad009d7d" and "4621c3756d7ff488fc87be47a3486a27279e729a" have entirely different histories.

2 changed files with 1 additions and 6 deletions

View File

@ -2,7 +2,7 @@
"name": "vite-vue3-tailwind-starter", "name": "vite-vue3-tailwind-starter",
"version": "0.0.0", "version": "0.0.0",
"scripts": { "scripts": {
"dev": "vite --host --port 2001", "dev": "vite --host",
"build": "vue-tsc --noEmit && vite build", "build": "vue-tsc --noEmit && vite build",
"serve": "vite preview" "serve": "vite preview"
}, },

View File

@ -1,5 +0,0 @@
<template>
<div>
</div>
</template>