Skip to content

Commit

Permalink
chore: updates (#69)
Browse files Browse the repository at this point in the history
* Update tailwind branch to main

* This setup results in much faster TW HMR reloads
  • Loading branch information
JohnCampionJr committed Feb 19, 2021
1 parent e5feb3d commit 01ddfaf
Show file tree
Hide file tree
Showing 10 changed files with 201 additions and 129 deletions.
6 changes: 5 additions & 1 deletion locales/fr.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
{
"button": {
"about": "À propos de",
"back": "Retour",
"go": "Essayer"
"go": "Essayer",
"home": "Maison",
"toggle_dark": "Basculer en mode sombre",
"toggle_langs": "Changer de langue"
},
"intro": {
"desc": "Example d'application Vite",
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"nprogress": "^0.2.0",
"prism-theme-vars": "^0.1.4",
"vue": "^3.0.5",
"vue-i18n": "^9.0.0-rc.6",
"vue-i18n": "^9.0.0-rc.7",
"vue-router": "^4.0.3"
},
"devDependencies": {
Expand All @@ -19,7 +19,7 @@
"@intlify/vite-plugin-vue-i18n": "^1.0.0-beta.17",
"@tailwindcss/typography": "^0.4.0",
"@types/nprogress": "^0.2.0",
"@typescript-eslint/eslint-plugin": "^4.15.0",
"@typescript-eslint/eslint-plugin": "^4.15.1",
"@vitejs/plugin-vue": "^1.1.4",
"@vue/compiler-sfc": "^3.0.5",
"@vue/server-renderer": "^3.0.5",
Expand All @@ -32,14 +32,14 @@
"postcss-nested": "^5.0.3",
"tailwindcss": "^2.0.3",
"typescript": "^4.1.5",
"vite": "^2.0.0-beta.69",
"vite-plugin-components": "^0.6.10",
"vite-plugin-icons": "^0.2.1",
"vite-plugin-md": "^0.4.2",
"vite-plugin-pages": "^0.4.2",
"vite-plugin-pwa": "^0.4.6",
"vite": "^2.0.1",
"vite-plugin-components": "^0.6.12",
"vite-plugin-icons": "^0.2.2",
"vite-plugin-md": "^0.5.1",
"vite-plugin-pages": "^0.4.4",
"vite-plugin-pwa": "^0.4.7",
"vite-plugin-vue-layouts": "^0.2.2",
"vite-ssg": "^0.8.8"
"vite-ssg": "^0.8.9"
},
"eslintConfig": {
"extends": "@antfu/eslint-config",
Expand Down

0 comments on commit 01ddfaf

Please sign in to comment.