From 36ac429e0153cb8b0412897e9b75bf7a0dd80232 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A3=98=E6=B3=8A=E5=AE=A2?= <1059510186@qq.com> Date: Tue, 12 Dec 2023 14:59:01 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E7=BC=BA=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 17 +++++++++++++++++ .eslintignore | 4 ++++ .gitignore | 23 +++++++++++++++++++++++ 3 files changed, 44 insertions(+) create mode 100644 .env.development create mode 100644 .eslintignore create mode 100644 .gitignore diff --git a/.env.development b/.env.development new file mode 100644 index 00000000..474802af --- /dev/null +++ b/.env.development @@ -0,0 +1,17 @@ +### + # @Description: + # @Autor: 飘泊客 + # @Date: 2023-02-13 18:25:04 + # @LastEditors: error: error: git config user.name & please set dead value or install git && error: git config user.email & please set dead value or install git & please set dead value or install git + # @LastEditTime: 2023-10-10 10:21:00 +### +ENV = 'development' + +# 接口地址 http://8.130.96.163:8899 +# 线上 + VUE_APP_BASE_API = 'https://xx.tuoz.net' + +VUE_APP_WS_API = 'wss://xx.tuoz.net' + +# 是否启用 babel-plugin-dynamic-import-node插件 +VUE_CLI_BABEL_TRANSPILE_MODULES = true diff --git a/.eslintignore b/.eslintignore new file mode 100644 index 00000000..e3a871f3 --- /dev/null +++ b/.eslintignore @@ -0,0 +1,4 @@ +build/*.js +src/assets +public +dist diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..2c9b3a73 --- /dev/null +++ b/.gitignore @@ -0,0 +1,23 @@ +.DS_Store +node_modules/ +dist/ +npm-debug.log* +yarn-debug.log* +yarn-error.log* +**/*.log + +tests/**/coverage/ +tests/e2e/reports +selenium-debug.log + +# Editor directories and files +.idea +.vscode +*.suo +*.ntvs* +*.njsproj +*.sln +*.local + +package-lock.json +yarn.lock