Reza Hajianpour
c57d3cfe39
chore: add vue shims for better eslint linting ( #248 )
2021-12-27 14:32:09 +08:00
Anthony Fu
c0201aed28
feat: integrate vitest
2021-12-26 13:16:12 +08:00
Anthony Fu
1f405bbc0d
chore: update deps
2021-12-26 13:08:09 +08:00
云游君
475a769137
chore: add type for import by eslint ( #253 )
2021-12-16 03:29:24 +08:00
Anthony Fu
0f56f15197
chore: update deps
2021-12-08 18:51:52 +08:00
Anthony Fu
2186832f0a
chore: update deps
2021-11-28 01:59:06 +08:00
Anthony Fu
4ef03f4da3
fix: image width in markdown, close #221
2021-11-02 09:54:16 +08:00
Anthony Fu
60a52456f1
refactor: rename logic to composables
2021-11-02 09:13:28 +08:00
Anthony Fu
9c3ac1ed44
chore: update deps
2021-10-22 06:20:45 +08:00
Anthony Fu
e4617a0076
chore: update dts file
2021-09-30 05:17:14 +08:00
Anthony Fu
d8b2512381
chore: update deps
2021-09-30 05:16:50 +08:00
Anthony Fu
1653a34bf7
chore: update deps
2021-09-25 18:44:02 +08:00
Anthony Fu
d9ca1c1e45
chore: update deps
2021-09-25 15:04:54 +08:00
Anthony Fu
7ba65301f4
chore: update deps
2021-09-17 11:10:25 +08:00
Manuel Quarneti
3f9e5f93eb
chore: useHead is auto-imported ( #192 )
2021-09-15 19:42:03 +08:00
Manuel Quarneti
8ce8c5a203
chore: vue-i18n is already auto imported ( #194 )
2021-09-15 19:41:38 +08:00
Anthony Fu
b0276fbeac
feat: migrate to unplugins
2021-08-30 17:33:27 +08:00
Anthony Fu
130b285ad9
feat: use unplugin-auto-import instead of vue-global-api
2021-08-24 15:19:20 +08:00
Anthony Fu
4c22495ea6
chore: update
2021-08-20 12:58:29 +08:00
Eduardo San Martin Morote
4a412acc9e
feat: add pinia stores ( #170 )
2021-08-19 13:53:52 +08:00
Anthony Fu
91f08f3b13
feat: ssg critical css
2021-08-01 02:18:45 +08:00
Anthony Fu
72e47ba2b7
Update README.md
2021-07-24 12:35:35 +08:00
Anthony Fu
c716813570
fix: bring vue-global-api to the top
2021-07-23 10:34:45 +08:00
Anthony Fu
9a978b6cb2
chore: update deps
2021-07-15 23:39:57 +08:00
云游君
9df34aa8c1
chore: support blockquote dark mode & simplify markdown wrapper ( #151 )
...
Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
2021-07-15 16:34:52 +08:00
Anthony Fu
676d01be6c
feat: use vue-global-api
2021-07-14 00:51:31 +08:00
Anthony Fu
ddb90e465e
chore: update deps
2021-07-02 08:27:32 +08:00
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
Anthony Fu
d6736284c4
feat: route nprogress
2020-12-02 19:43:43 +08:00
Anthony Fu
fb069825d6
feat: markdown suport
2020-12-01 11:36:57 +08:00
Harry Trần
831cc30568
i18n(vi): add vietnamese translation ( #17 )
2020-11-30 15:01:24 +08:00
Anthony Fu
14b6a74360
feat: tailwind 2 + script setup!
2020-11-28 14:14:36 +08:00
Anthony Fu
9fe77afd72
fix: add back vue-shim.d.ts, close #14
2020-09-22 06:20:06 +08:00
Han(ハン)
aaedb2f9f1
fix: typo ( #13 )
2020-09-16 18:41:33 +08:00
Anthony Fu
269bf503c2
feat: use the built-in dark mode by tailwind
2020-09-16 00:00:02 +08:00
Anthony Fu
0a3d6d4cab
chore: update deps
2020-09-08 20:42:09 +08:00
Anthony Fu
f0ac15c62f
Update README.md
2020-08-26 17:45:35 +08:00
Anthony Fu
c6547d4359
chore: refactoring
2020-08-22 01:10:18 +08:00
Anthony Fu
86b3ed348f
feat: config dir alias
2020-08-22 00:12:07 +08:00
Anthony Fu
54f8d25f24
chore: update to use components on-demand auto loading
2020-08-21 04:53:46 +08:00
buzz-js
cfc9d18d50
i18n(es): add Spanish translation ( #8 )
2020-08-21 00:45:19 +08:00
Anthony Fu
d781bf523e
chore: update readme
2020-08-21 00:06:21 +08:00
Anthony Fu
5022d6252f
feat: add vite-plugin-components
2020-08-20 16:04:00 +08:00
Anthony Fu
607fd12886
feat: update deps and corresponding configs
2020-08-19 20:08:59 +08:00
Anthony Fu
a85f491e48
chore: fix
2020-08-15 00:58:50 +08:00
Anthony Fu
784133cbe6
chore: update vscode extensions
2020-08-12 23:46:12 +08:00
Anthony Fu
dbd1a9fe43
chore: update
2020-08-11 18:41:21 +08:00
Anthony Fu
f281990f38
chore: fixes
2020-08-10 23:26:36 +08:00
Anthony Fu
23f60c738d
chore: update @iconify/iconify
2020-08-10 22:26:22 +08:00
Anthony Fu
192f0bee83
Merge remote-tracking branch 'origin/master'
2020-08-10 22:04:11 +08:00
Anthony Fu
cad6b0f808
chore: update purge-icons
2020-08-10 22:02:53 +08:00