diff --git a/.env.dev b/.env.dev new file mode 100644 index 0000000..0596118 --- /dev/null +++ b/.env.dev @@ -0,0 +1,4 @@ +VUE_APP_BASE_API='https://market.cebg.games' +VUE_APP_BASE_API2='https://invitation.counterfire.games' +//VUE_APP_BASE_API2='http://192.168.100.83:3000/' +VUE_APP_GPAL_API='https://gacha.counterfire.games' \ No newline at end of file diff --git a/.env.development b/.env.development new file mode 100644 index 0000000..a5a3813 --- /dev/null +++ b/.env.development @@ -0,0 +1,2 @@ +VUE_APP_BASE_API='https://market.cebg.games' +VUE_APP_GPAL_API='http://192.168.100.83:4000/sns' \ No newline at end of file diff --git a/.env.production b/.env.production new file mode 100644 index 0000000..d29fe98 --- /dev/null +++ b/.env.production @@ -0,0 +1,3 @@ +VUE_APP_BASE_API='https://market.cebg.games' +VUE_APP_BASE_API2='https://invitation.counterfire.games' +VUE_APP_GPAL_API='https://gacha.counterfire.games' \ No newline at end of file diff --git a/.evn.test b/.evn.test new file mode 100644 index 0000000..0f8f5fc --- /dev/null +++ b/.evn.test @@ -0,0 +1 @@ +//VITE_API_BASE_URL=http://localhost:5000 \ No newline at end of file diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b28a5d8 --- /dev/null +++ b/.gitignore @@ -0,0 +1,15 @@ +.DS_Store +node_modules/ +/dist/ +npm-debug.log* +yarn-debug.log* +yarn-error.log* + +# Editor directories and files +.idea +.vscode +*.suo +*.ntvs* +*.njsproj +*.sln + diff --git a/README.md b/README.md index 4685d14..7bda646 100644 --- a/README.md +++ b/README.md @@ -1 +1,7 @@ -planet \ No newline at end of file +运行代码指令 +npm run dev +yarn run dev + + + + diff --git a/README.txt b/README.txt new file mode 100644 index 0000000..6717b75 --- /dev/null +++ b/README.txt @@ -0,0 +1,6 @@ + +build command: + +export NODE_OPTIONS=--max_old_space_size=8192 +npm run build:prod + diff --git a/index.html b/index.html new file mode 100644 index 0000000..844e6d1 --- /dev/null +++ b/index.html @@ -0,0 +1,58 @@ + + +
+ + + +