diff --git a/.vscode/extensions.json b/.vscode/extensions.json index 223d4c9..044ed6d 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -1,11 +1,11 @@ { "recommendations": [ - "antfu.vite", - "johnsoncodehk.volar", - "lokalise.i18n-ally", "antfu.iconify", + "antfu.unocss", + "antfu.vite", + "csstools.postcss", "dbaeumer.vscode-eslint", - "voorjaar.windicss-intellisense", - "csstools.postcss" + "johnsoncodehk.volar", + "lokalise.i18n-ally" ] } diff --git a/.vscode/settings.json b/.vscode/settings.json index 4510514..624da39 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,10 +1,10 @@ { "cSpell.words": ["Vitesse"], + "i18n-ally.sourceLanguage": "en", "i18n-ally.keystyle": "nested", "i18n-ally.localesPaths": "locales", "i18n-ally.sortKeys": true, "prettier.enable": false, - "typescript.tsdk": "node_modules/typescript/lib", "editor.codeActionsOnSave": { "source.fixAll.eslint": true, }, diff --git a/README.md b/README.md index 480003f..8b972c3 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@

- Vitesse - Opinionated Vite Starter Template + Vitesse - Opinionated Vite Starter Template

@@ -35,9 +35,9 @@ Mocking up web app with Vitesse(speed)
- πŸ“² [PWA](https://github.com/antfu/vite-plugin-pwa) -- 🎨 [Windi CSS](https://github.com/windicss/windicss) - next generation utility-first CSS framework +- 🎨 [UnoCSS](https://github.com/antfu/unocss) - the instant on-demand atomic CSS engine -- πŸ˜ƒ [Use icons from any icon sets, with no compromise](https://github.com/antfu/unplugin-icons) +- πŸ˜ƒ [Use icons from any icon sets with classes](https://github.com/antfu/unocss/tree/main/packages/preset-icons) - 🌍 [I18n ready](./locales) @@ -63,13 +63,12 @@ Mocking up web app with Vitesse(speed)
### UI Frameworks -- [Windi CSS](https://github.com/windicss/windicss) (On-demand [TailwindCSS](https://tailwindcss.com/)) - lighter and faster, with a bunch of additional features! - - [Windi CSS Typography](https://windicss.org/plugins/official/typography.html) +- [UnoCSS](https://github.com/antfu/unocss) - The instant on-demand atomic CSS engine. ### Icons - [Iconify](https://iconify.design) - use icons from any icon sets [πŸ”IcΓ΄nes](https://icones.netlify.app/) -- [`unplugin-icons`](https://github.com/antfu/unplugin-icons) - icons as Vue components +- [Pure CSS Icons via UnoCSS](https://github.com/antfu/unocss/tree/main/packages/preset-icons) ### Plugins @@ -80,7 +79,6 @@ Mocking up web app with Vitesse(speed)
- [`unplugin-vue-components`](https://github.com/antfu/unplugin-vue-components) - components auto import - [`unplugin-auto-import`](https://github.com/antfu/unplugin-auto-import) - Directly use Vue Composition API and others without importing - [`vite-plugin-pwa`](https://github.com/antfu/vite-plugin-pwa) - PWA -- [`vite-plugin-windicss`](https://github.com/antfu/vite-plugin-windicss) - Windi CSS Integration - [`vite-plugin-md`](https://github.com/antfu/vite-plugin-md) - Markdown as components / components in Markdown - [`markdown-it-prism`](https://github.com/jGleitz/markdown-it-prism) - [Prism](https://prismjs.com/) for syntax highlighting - [`prism-theme-vars`](https://github.com/antfu/prism-theme-vars) - customizable Prism.js theme using CSS variables @@ -108,7 +106,6 @@ Mocking up web app with Vitesse(speed)
- [Volar](https://marketplace.visualstudio.com/items?itemName=johnsoncodehk.volar) - Vue 3 ` diff --git a/src/layouts/404.vue b/src/layouts/404.vue index 2f7d1d4..2f169d9 100644 --- a/src/layouts/404.vue +++ b/src/layouts/404.vue @@ -4,18 +4,13 @@ const { t } = useI18n()