Browse Source

上传文件至 ''

chenping 7 months ago
parent
commit
0c929250e1
5 changed files with 25 additions and 0 deletions
  1. 4 0
      .browserslistrc
  2. 15 0
      .editorconfig
  3. 2 0
      .env
  4. 2 0
      .env.development
  5. 2 0
      .env.preview

+ 4 - 0
.browserslistrc

@@ -0,0 +1,4 @@
+> 1%
+last 2 versions
+Chrome >= 63
+not dead

+ 15 - 0
.editorconfig

@@ -0,0 +1,15 @@
+# https://editorconfig.org
+root = true
+
+[*]
+indent_style = space
+indent_size = 2
+tab_width = 2
+end_of_line = lf
+charset = utf-8
+trim_trailing_whitespace = true
+insert_final_newline = true
+
+[*.md]
+trim_trailing_whitespace = false
+insert_final_newline = false

+ 2 - 0
.env

@@ -0,0 +1,2 @@
+VUE_APP_NAME=排程系统
+VUE_APP_API_BASE_URL=/api

+ 2 - 0
.env.development

@@ -0,0 +1,2 @@
+VUE_APP_API_BASE_URL=/api
+#VUE_APP_API_BASE_URL=http://localhost:8081/api

+ 2 - 0
.env.preview

@@ -0,0 +1,2 @@
+NODE_ENV=production
+VUE_APP_API_BASE_URL=/api