diff --git a/.env.development b/.env.development new file mode 100644 index 0000000..7e95858 --- /dev/null +++ b/.env.development @@ -0,0 +1,7 @@ +# 开发环境配置 +ENV = 'development' +VITE_APP_ENV = 'development' + +# VITE_APP_BASE_URL = 'http://127.0.0.1:7777' +VITE_APP_BASE_URL = 'https://www.hxyouzi.com' + diff --git a/.env.production b/.env.production new file mode 100644 index 0000000..3a3fee8 --- /dev/null +++ b/.env.production @@ -0,0 +1,5 @@ +# 生产环境配置 +ENV = 'production' +VITE_APP_ENV = 'production' + +VITE_APP_BASE_URL = 'https://www.hxyouzi.com' \ No newline at end of file diff --git a/.gitignore b/.gitignore index 8ee54e8..38adffa 100644 --- a/.gitignore +++ b/.gitignore @@ -26,5 +26,3 @@ coverage *.njsproj *.sln *.sw? - -*.tsbuildinfo diff --git a/README.md b/README.md index f0d3b31..2b58e2e 100644 --- a/README.md +++ b/README.md @@ -1,29 +1,18 @@ -# youzi +# 个人练手 -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). +### × 1.登录注册功能 +### × 2.首页展示导航快捷入口 +### × 3.画廊页面展示共享图片 +### × 4.文章详情页展示文章内容 +### × 5.导航功能整改,前后端 +### × 6.友链--重新开发,力求精简 -## Customize configuration -See [Vite Configuration Reference](https://vite.dev/config/). +### × 7.控制台功能 --目前已完成:画廊上传共享 +### × 8.文章编辑功能 +### × 9.菜谱功能 × --目前考虑菜谱搜索功能和评论功能 -## Project Setup - -```sh -yarn -``` - -### Compile and Hot-Reload for Development - -```sh -yarn dev -``` - -### Compile and Minify for Production - -```sh -yarn build -``` +### 其余功能正在考虑中 diff --git a/index.html b/index.html index b19040a..a3f7712 100644 --- a/index.html +++ b/index.html @@ -10,4 +10,5 @@