diff --git a/.vscode/extensions.json b/.vscode/extensions.json index 50ec3a1..c3128c3 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -2,7 +2,8 @@ "recommendations": [ "octref.vetur", "antfu.i18n-ally", + "antfu.iconify", "dbaeumer.vscode-eslint", "bradlc.vscode-tailwindcss" ] -} \ No newline at end of file +} diff --git a/README.md b/README.md index 9d95052..4b89fe2 100644 --- a/README.md +++ b/README.md @@ -64,15 +64,24 @@ ### Dev tools -- [Typescript](https://www.typescriptlang.org/) +- [TypeScript](https://www.typescriptlang.org/) - [pnpm](https://pnpm.js.org/) - fast, disk space efficient package manager -- [Netlify](https://www.netlify.com/) - deploy. +- [Netlify](https://www.netlify.com/) - deploy - [VS Code Extensions](./.vscode/extensions.json) + - [Iconify IntelliSense](https://marketplace.visualstudio.com/items?itemName=antfu.iconify) + - [i18n Ally](https://marketplace.visualstudio.com/items?itemName=antfu.i18n-ally) + - [Tailwind CSS IntelliSense](https://marketplace.visualstudio.com/items?itemName=bradlc.vscode-tailwindcss) + - [Vetur](https://marketplace.visualstudio.com/items?itemName=octref.vetur) + - [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint) ## Try it now! +### Github Template + [Create a repo from this template on Github](https://github.com/antfu/vitesse/generate). +### Clone to Local + Or if you prefers do to manually with cleaner git history ```bash diff --git a/src/components/Footer.vue b/src/components/Footer.vue index 6f6ca0d..84c7504 100644 --- a/src/components/Footer.vue +++ b/src/components/Footer.vue @@ -1,34 +1,15 @@