diff --git a/.env.test b/.env.test new file mode 100644 index 0000000..7a393e7 --- /dev/null +++ b/.env.test @@ -0,0 +1,5 @@ +# 开发环境 +VITE_USER_NODE_ENV = development + +# 开发环境地址前缀 (一般 '/' 或 './' 都可以) +VITE_PUBLIC_PATH = '/' \ No newline at end of file diff --git a/README.md b/README.md index 0bfecb0..cc9f3b9 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,156 @@ -# Vue 3 + TypeScript + Vite - -This template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue 3 `