diff --git a/.env b/.env new file mode 100644 index 0000000..15728e3 --- /dev/null +++ b/.env @@ -0,0 +1 @@ +VITE_APP_BASE_API = 'http://127.0.0.1:9090' \ No newline at end of file diff --git a/package.json b/package.json index d85188e..72317d5 100644 --- a/package.json +++ b/package.json @@ -8,8 +8,14 @@ "lint": "vue-cli-service lint" }, "dependencies": { + "@kjgl77/datav-vue3": "^1.3.3", + "axios": "^1.1.3", "core-js": "^3.8.3", - "vue": "^3.2.13" + "dhtmlx-gantt": "^7.1.12", + "echarts": "^5.3.3", + "flv.js": "^1.6.2", + "vue": "^3.2.13", + "vue-router": "^4.1.5" }, "devDependencies": { "@babel/core": "^7.12.16", @@ -17,8 +23,13 @@ "@vue/cli-plugin-babel": "~5.0.0", "@vue/cli-plugin-eslint": "~5.0.0", "@vue/cli-service": "~5.0.0", + "autoprefixer": "^10.4.12", "eslint": "^7.32.0", - "eslint-plugin-vue": "^8.0.3" + "eslint-plugin-vue": "^8.0.3", + "postcss": "^8.4.16", + "sass": "^1.55.0", + "sass-loader": "^13.0.2", + "tailwindcss": "^3.1.8" }, "eslintConfig": { "root": true, diff --git a/postcss.config.js b/postcss.config.js new file mode 100644 index 0000000..33ad091 --- /dev/null +++ b/postcss.config.js @@ -0,0 +1,6 @@ +module.exports = { + plugins: { + tailwindcss: {}, + autoprefixer: {}, + }, +} diff --git a/public/index.html b/public/index.html index 3e5a139..a2a6d56 100644 --- a/public/index.html +++ b/public/index.html @@ -1,17 +1,25 @@ -
- - - - -