commit e7cca10a29611749485b5e5044f4e3eab823f769
Author: ZZY <2450266535@qq.com>
Date: Tue Jul 23 22:39:54 2024 +0800
init
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..128fe34
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,33 @@
+.*
+!.gitignore
+
+# Logs
+logs
+*.log
+npm-debug.log*
+yarn-debug.log*
+yarn-error.log*
+pnpm-debug.log*
+lerna-debug.log*
+
+node_modules
+.DS_Store
+dist
+dist-ssr
+coverage
+*.local
+
+/cypress/videos/
+/cypress/screenshots/
+
+# Editor directories and files
+.vscode/*
+!.vscode/extensions.json
+.idea
+*.suo
+*.ntvs*
+*.njsproj
+*.sln
+*.sw?
+
+*.tsbuildinfo
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..fe1d6b9
--- /dev/null
+++ b/README.md
@@ -0,0 +1,38 @@
+# vue-project
+
+This template should help get you started developing with Vue 3 in Vite.
+
+## Recommended IDE Setup
+
+[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur).
+
+## Type Support for `.vue` Imports in TS
+
+TypeScript cannot handle type information for `.vue` imports by default, so we replace the `tsc` CLI with `vue-tsc` for type checking. In editors, we need [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) to make the TypeScript language service aware of `.vue` types.
+
+## Customize configuration
+
+See [Vite Configuration Reference](https://vitejs.dev/config/).
+
+## Project Setup
+
+```sh
+npm install
+```
+
+### Compile and Hot-Reload for Development
+
+```sh
+npm run dev
+```
+
+### Type-Check, Compile and Minify for Production
+
+```sh
+npm run build
+```
+
+https://tailwindcss.com/docs/guides/vite#vue
+
+npm install -D tailwindcss postcss autoprefixer
+npx tailwindcss init -p
\ No newline at end of file
diff --git a/env.d.ts b/env.d.ts
new file mode 100644
index 0000000..11f02fe
--- /dev/null
+++ b/env.d.ts
@@ -0,0 +1 @@
+///
This is a Vue 3 app with Tailwind CSS.
+ +{{ card.body }}
+ +{{ errorMessages[500] || defaultErrorMessage }}
+ ++ 文件名 + | ++ 大小 + | ++ 修改日期 + | ++ 操作 + | +
---|---|---|---|
+
+
+
+
+
+
+
+ {{ file.name }}
+
+ |
+ + {{ file.size }} + | ++ {{ file.modifiedDate }} + | ++ 下载 + | +
{{ card.description }}
+