From e6aa14104e36dc10e070da0c8ea1b5e290aaa603 Mon Sep 17 00:00:00 2001 From: 64104061f23fda247c679fa8 <64104061f23fda247c679fa8@devide> Date: Mon, 15 May 2023 03:26:20 +0000 Subject: [PATCH] update --- .upm/store.json | 1 - README.md | 26 ++------------ index.html | 2 +- src/App.vue | 87 +++++++++++++++++++++++++++++++++++++-------- src/assets/main.css | 3 ++ 5 files changed, 78 insertions(+), 41 deletions(-) delete mode 100644 .upm/store.json diff --git a/.upm/store.json b/.upm/store.json deleted file mode 100644 index 6026e9f..0000000 --- a/.upm/store.json +++ /dev/null @@ -1 +0,0 @@ -{"version":2,"languages":{"nodejs-npm":{"specfileHash":"e682a9a8c76e1e82500a56ab0d19100e","lockfileHash":"4702e36b244fd8c0ebd44b8a643ae992"}}} diff --git a/README.md b/README.md index 530cdfd..c068c62 100644 --- a/README.md +++ b/README.md @@ -1,25 +1,3 @@ -## 推荐的IDE设置 +# Chat GPT Template With Vue -[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin). - -## 自定义配置 - -请参阅 [[Vite配置参考](https://vitejs.dev/config/). - -## 项目设置 - -```sh -npm install -``` - -### 在开发环境中启动和热更新 - -```sh -npm run dev -``` - -### 编译用于生产环境 - -```sh -npm run build -``` +基于 Vue 的 Chat GPT 模板,InsCode 提供了 AI 接口服务,并自动集成在模板中,即刻开始您的 AI 应用。 \ No newline at end of file diff --git a/index.html b/index.html index 84d7dab..7a96b40 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ - ViewDesign App + Chat GPT App
diff --git a/src/App.vue b/src/App.vue index 08a3052..4a35e35 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,19 +1,76 @@ - - \ No newline at end of file + \ No newline at end of file diff --git a/src/assets/main.css b/src/assets/main.css index e69de29..f44b94f 100644 --- a/src/assets/main.css +++ b/src/assets/main.css @@ -0,0 +1,3 @@ +html, body, #app{ + height: 100%; +} \ No newline at end of file -- GitLab