From 0e79a82b4300a7c1215d80b89c32eb7ba7b1a72d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=98chen=2Ehome=E2=80=99?= <1147347984@qq.com> Date: Sat, 6 Aug 2022 16:08:47 +0800 Subject: [PATCH] =?UTF-8?q?perf(projects):=20=E4=BF=AE=E6=94=B9=E4=BA=86un?= =?UTF-8?q?ocss=E9=85=8D=E7=BD=AE=EF=BC=8C=E6=B7=BB=E5=8A=A0naiveUI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build/plugins/unocss.ts | 5 +---- package.json | 1 + src/layouts/BasicLayout/index.vue | 20 ++++++++++---------- src/styles/css/index.css | 8 +++++++- src/views/login/index.vue | 10 +++++----- src/views/test/test1.vue | 3 +-- src/views/test/test2.vue | 7 +------ src/views/test/test3.vue | 2 +- tsconfig.json | 3 ++- unocss.config.ts | 9 +++++++++ 10 files changed, 38 insertions(+), 30 deletions(-) create mode 100644 unocss.config.ts diff --git a/build/plugins/unocss.ts b/build/plugins/unocss.ts index c8040e4..06b7cc9 100644 --- a/build/plugins/unocss.ts +++ b/build/plugins/unocss.ts @@ -1,6 +1,3 @@ import Unocss from 'unocss/vite'; // https://github.com/unocss/unocss -import { presetUno, presetAttributify, presetIcons } from 'unocss'; -export default Unocss({ - presets: [presetUno(), presetAttributify(), presetIcons()], -}); +export default Unocss(); diff --git a/package.json b/package.json index 19eb0e4..54b81fd 100644 --- a/package.json +++ b/package.json @@ -48,6 +48,7 @@ "eslint-plugin-vue": "^9.3.0", "husky": "^8.0.0", "lint-staged": "^13.0.3", + "naive-ui": "^2.32.1", "prettier": "^2.7.1", "rollup-plugin-visualizer": "^5.7.1", "typescript": "^4.6.4", diff --git a/src/layouts/BasicLayout/index.vue b/src/layouts/BasicLayout/index.vue index 830dfae..c29992d 100644 --- a/src/layouts/BasicLayout/index.vue +++ b/src/layouts/BasicLayout/index.vue @@ -1,14 +1,14 @@ - layout-page - route: - - Go to test1 - | - Go to test2 - | - Go to test3 - - Go to login + layout-page + + Go to test1 + | + Go to test2 + | + Go to test3 + | + Go to login + diff --git a/src/styles/css/index.css b/src/styles/css/index.css index 435462a..69b897a 100644 --- a/src/styles/css/index.css +++ b/src/styles/css/index.css @@ -1 +1,7 @@ -@import './reset.css'; \ No newline at end of file +@import './reset.css'; + +html, +body, +#app { + height: 100%; +} \ No newline at end of file diff --git a/src/views/login/index.vue b/src/views/login/index.vue index a22cd37..5aa101a 100644 --- a/src/views/login/index.vue +++ b/src/views/login/index.vue @@ -1,10 +1,10 @@ - - {{ msg }} - + + {{ msg }} + Already configured: vue3、vite3、unocss、eslint、prettier、ts、tsx、conventional、husk、lint-staged、vue-router - - Go to layout + + Go to layout diff --git a/src/views/test/test1.vue b/src/views/test/test1.vue index 0e65823..977a247 100644 --- a/src/views/test/test1.vue +++ b/src/views/test/test1.vue @@ -1,6 +1,5 @@ - I prove that you have made the jump test1. - Uno css + I prove that you have made the jump test1.