diff --git a/.upm/store.json b/.upm/store.json deleted file mode 100644 index 6026e9f848a971cfa9f277e0b381b9f2c784b498..0000000000000000000000000000000000000000 --- 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 530cdfd819f5040807c7f6577dce319c3c33f8cb..c068c62d7c079e0be828774f779bc869a16ed55f 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 84d7dab1726953a43099d307ad7b92a1cf53cfc9..7a96b40cb620ab08c3959a88c878fb0ac415dae3 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 08a30523787c5ad9dac2495380eb8b8d0ec8e437..4a35e3569d6a512c1a74394d019582fb5e8fe535 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 e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..f44b94f7c9214ba45311388383efaceecbdb595f 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