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