diff --git a/README.md b/README.md index a16e854..f5665a0 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ +<<<<<<< HEAD # view-ui-project-vite This project build for Vue3, Vue-router, Vuex, ViewUIPlus and Vite. ## Install @@ -42,3 +43,7 @@ npm run lint:fix - This project exposes environment variables on `import.meta.env` object. - Different modes (development/staging/production) correspond to different environment files (.env.*). - .env file is always included, duplicate variables are overwritten by the specific mode file (.env.*). +======= +# jty + +>>>>>>> 8f9bf5ff9937c1920b62a1c5c3de013610b8c391 diff --git a/logo.png b/logo.png new file mode 100644 index 0000000..ac20dd4 Binary files /dev/null and b/logo.png differ diff --git a/package-lock.json b/package-lock.json index 09c017c..3387292 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "less": "^4.0.0", "less-loader": "^10.2.0", "mockjs": "^1.1.0", - "vite": "^2.9.5", + "vite": "^2.9.18", "vite-plugin-html": "^3.2.0" }, "engines": { @@ -4160,15 +4160,15 @@ } }, "node_modules/vite": { - "version": "2.9.9", - "resolved": "https://registry.npmjs.org/vite/-/vite-2.9.9.tgz", - "integrity": "sha512-ffaam+NgHfbEmfw/Vuh6BHKKlI/XIAhxE5QSS7gFLIngxg171mg1P3a4LSRME0z2ZU1ScxoKzphkipcYwSD5Ew==", + "version": "2.9.18", + "resolved": "https://registry.npmjs.org/vite/-/vite-2.9.18.tgz", + "integrity": "sha512-sAOqI5wNM9QvSEE70W3UGMdT8cyEn0+PmJMTFvTB8wB0YbYUWw3gUbY62AOyrXosGieF2htmeLATvNxpv/zNyQ==", "dev": true, "dependencies": { "esbuild": "^0.14.27", "postcss": "^8.4.13", "resolve": "^1.22.0", - "rollup": "^2.59.0" + "rollup": ">=2.59.0 <2.78.0" }, "bin": { "vite": "bin/vite.js" @@ -7484,16 +7484,16 @@ } }, "vite": { - "version": "2.9.9", - "resolved": "https://registry.npmjs.org/vite/-/vite-2.9.9.tgz", - "integrity": "sha512-ffaam+NgHfbEmfw/Vuh6BHKKlI/XIAhxE5QSS7gFLIngxg171mg1P3a4LSRME0z2ZU1ScxoKzphkipcYwSD5Ew==", + "version": "2.9.18", + "resolved": "https://registry.npmjs.org/vite/-/vite-2.9.18.tgz", + "integrity": "sha512-sAOqI5wNM9QvSEE70W3UGMdT8cyEn0+PmJMTFvTB8wB0YbYUWw3gUbY62AOyrXosGieF2htmeLATvNxpv/zNyQ==", "dev": true, "requires": { "esbuild": "^0.14.27", "fsevents": "~2.3.2", "postcss": "^8.4.13", "resolve": "^1.22.0", - "rollup": "^2.59.0" + "rollup": ">=2.59.0 <2.78.0" } }, "vite-plugin-html": { diff --git a/package.json b/package.json index f9513d1..3ec27f0 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "less": "^4.0.0", "less-loader": "^10.2.0", "mockjs": "^1.1.0", - "vite": "^2.9.5", + "vite": "^2.9.18", "vite-plugin-html": "^3.2.0" }, "engines": { diff --git a/src/App.vue b/src/App.vue index 4cf4ec4..732e801 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,9 +1,19 @@ + + \ No newline at end of file diff --git a/src/components/Demo.vue b/src/components/Demo.vue deleted file mode 100644 index e8d5d03..0000000 --- a/src/components/Demo.vue +++ /dev/null @@ -1,27 +0,0 @@ - - - - - diff --git a/src/components/Login.vue b/src/components/Login.vue new file mode 100644 index 0000000..cc50461 --- /dev/null +++ b/src/components/Login.vue @@ -0,0 +1,93 @@ + + + + + \ No newline at end of file diff --git a/src/components/MainPage.vue b/src/components/MainPage.vue new file mode 100644 index 0000000..1bf3c91 --- /dev/null +++ b/src/components/MainPage.vue @@ -0,0 +1,74 @@ + + + + + \ No newline at end of file diff --git a/src/components/PhoneLogin.vue b/src/components/PhoneLogin.vue new file mode 100644 index 0000000..93be214 --- /dev/null +++ b/src/components/PhoneLogin.vue @@ -0,0 +1,32 @@ + + + diff --git a/src/logo1.png b/src/logo1.png new file mode 100644 index 0000000..ceccef1 Binary files /dev/null and b/src/logo1.png differ diff --git a/src/views/Home.vue b/src/views/Home.vue index 9b5f381..bc7f5d0 100644 --- a/src/views/Home.vue +++ b/src/views/Home.vue @@ -3,12 +3,12 @@