Commit Graph

78 Commits

Author SHA1 Message Date
Anthony Fu
2750a7a78c chore: update 2021-06-12 15:30:37 +08:00
Anthony Fu
9d41ea0fa8 feat: global components for volar 2021-05-25 20:13:22 +08:00
Manuel Quarneti
581aac3df1
refactor: import setupLayouts from virtual module (#125)
As shown in the vite-plugin-vue readme
2021-05-23 03:25:09 +08:00
Mitchell Johnson
b3b200237c
fix: out-of-date reference (#123) 2021-05-21 14:14:56 +09:00
ctholho
e65d912cd1
fix: layout higher than display (#112) 2021-04-20 05:39:54 +08:00
Anthony Fu
6e4e40d834 chore: update 2021-04-04 02:21:33 +08:00
Seb Tomasini
793e8b9da1
fix: vue file imports throwing IDE errors (#106)
Fixes `import App from './App.vue'` throwing ts2307: cannot find module (in `/src/main.ts` and others)
2021-04-02 00:40:33 +08:00
Anthony Fu
ff4fa578fc feat: rename logics to logic 2021-03-31 13:59:01 +08:00
Anthony Fu
433aabe44c chore: update deps 2021-03-30 03:00:50 +08:00
userquin
b7824239a8
chore: update pwa plugin dep (#104)
* chore: update pwa plugin dep

* chore: clean up
2021-03-29 01:02:09 +09:00
Joaquín Sánchez Jiménez
58ceb77b06 chore: update vite-plugin-pwa 2021-03-25 18:44:16 +01:00
userquin
23dc1cd483
refactor(i18n): change locale files to yaml format, closes #96 (#97) 2021-03-19 22:32:17 +08:00
Tony Trinh
a2e8e0b742
chore: typos (#89) 2021-03-14 14:14:42 +08:00
Tony Trinh
c001c52177
Fix typos in src/components/README.md (#90) 2021-03-14 14:14:00 +08:00
hanlee
e5dffdb8d5 feat: use virtual: prefix formate in virtual modules 2021-03-11 01:41:25 +09:00
Anthony Fu
74812d9bba chore: update theme 2021-03-08 02:26:37 +08:00
龙崎流也
dc81304f33
chore: App.vue typo (#73) 2021-02-22 16:17:59 +08:00
Anthony Fu
53da3f8315
feat: switch to windicss (#65) 2021-02-16 12:38:22 +08:00
Anthony Fu
354cdeb7f7 chore: fix color 2021-02-15 06:38:30 +08:00
Johnson Chu
c6c6722d38
feat: enable volar ts plugin (#63)
* chore: enabled ts plugin

* fix: require -> required
2021-02-14 14:26:59 +08:00
userquin
0d571d6cc2
fix: accessibility (#57)
* fix accesibility issues:
- index.vue: input without label
- about.vue: color contrast doesn't have sufficient contrast ratio on code sample on light theme

* optimize png icons:
pwa-192x192.png: -31.04%
pwa-512x512.png: -14.66%

use https://ezgif.com/

* chore: color

Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
2021-02-12 13:00:32 +08:00
John Campion Jr
83225032d0
feat: support layouts (#56)
Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
2021-02-12 12:55:19 +08:00
Anthony Fu
8dae6f96e5 chore: update deps 2021-02-11 23:17:40 +08:00
Anthony Fu
e412076f0c Merge branch 'master' of https://github.com/antfu/vitesse 2021-02-07 00:33:03 +08:00
Anthony Fu
86e650aeab chore: update deps 2021-02-07 00:33:00 +08:00
Jacob Clevenger
586b2661b3
fix: horizontal overflow scrollbar when vertical scrollbar appears (#49) 2021-02-05 16:31:35 +08:00
Anthony Fu
1799f56844 refactor: use ~/ for alias and improve ssg 2021-02-05 09:34:09 +08:00
Anthony Fu
bf324ce33d chore: updates 2021-02-05 08:42:22 +08:00
Homyee King
438c75ab24
chore: update shims-vue.d.ts (#46)
see https://github.com/vuejs/vue-next-webpack-preview/issues/5#issuecomment-579823346
2021-02-05 08:22:30 +08:00
Jacob Clevenger
c2fd738565
fix: EncodeURIComponent for dynamic name route (#42) 2021-01-24 18:59:56 +08:00
Anthony Fu
023d173192 chore: update color themes and deps 2021-01-23 21:13:59 +08:00
Anthony Fu
a975fd7c21 refactor: move script over template 2021-01-22 18:32:27 +08:00
Anthony Fu
4c51428587 refactor: redesign module system 2021-01-22 18:05:58 +08:00
Anthony Fu
7ba2102b96 refactor: use vite glob for loading messages 2021-01-22 17:27:31 +08:00
Anthony Fu
39eb658ccc feat: update prism theme 2021-01-22 15:44:30 +08:00
Anthony Fu
3db9733b73 chore: cleanup styles 2021-01-21 06:16:46 +08:00
Anthony Fu
ef401a357b chore: update 2021-01-21 05:57:32 +08:00
Anthony Fu
0902d9a625 feat: switch to vite-plugin-pages and update deps 2021-01-20 19:31:13 +08:00
Anthony Fu
559a7751a1 chore: update deps 2021-01-20 03:37:14 +08:00
Anthony Fu
de3b1cd704 fix: unresolved component 2021-01-09 23:59:18 +08:00
kazuya kawaguchi
cfe924c10d
feat: add vite-plugin-vue-i18n and some updates (#31)
* feat: add vite-plugin-vue-i18n

* feat: add ja locale messages

* refactor: tweak word

* chore: omit yarn.lock

* refactor: move resource importing to i18n.ts

* Restore pnpm-lock.yaml

Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
2021-01-09 23:36:30 +08:00
Anthony Fu
aca2ec183c
feat: ️ Vite 2! (#29) 2021-01-07 13:49:19 +08:00
Anthony Fu
bbb1392db8 feat: vite-plugin-icons 2020-12-24 17:26:37 +08:00
Anthony Fu
8f18c8cc69 chore: update 2020-12-23 03:00:17 +08:00
Anthony Fu
151bbf9ac9 chore: update 2020-12-23 02:48:47 +08:00
Anthony Fu
d20d67fd1b chore: fix 2020-12-21 17:52:40 +08:00
Anthony Fu
edec07ad44 chore: improve lighthouse 2020-12-21 17:48:15 +08:00
Anthony Fu
9978e5e5a1
feat: vite-ssg (#24) 2020-12-21 17:07:07 +08:00
Anthony Fu
653f15f1f7 feat: typography and shiki 2020-12-14 14:58:40 +08:00
Anthony Fu
5578bb5075 chore: fix hydrate 2020-12-03 09:29:44 +08:00