Commit Graph

55 Commits

Author SHA1 Message Date
lstoeferle
0a589a3549 chore: change .nvmrc to default to node v20 2024-02-24 23:38:04 +01:00
lstoeferle
dcc9e3f750 docs: remove link to live-demo 2024-02-24 23:34:58 +01:00
lstoeferle
a0434f8fb1 docs: add Vue 2 EOL warning 2024-02-24 23:33:53 +01:00
lstoeferle
a143655876 feat: update to Vite v5 2024-02-24 23:24:11 +01:00
lstoeferle
af89d63382 refactor: switch from windicss to tailwindcss 2024-02-24 23:05:16 +01:00
lstoeferle
6cdb293d6d build: switch from yarn to pnpm 2024-02-24 22:49:22 +01:00
张雨涵
783b268e42
chore: update dependencies 2023-04-02 15:14:51 +02:00
Dmytro
e443a74411
docs: fix plugin name in README 2022-09-23 12:27:16 +02:00
lstoeferle
a8bb343e4b chore: update dependencies 2022-07-26 10:43:10 +02:00
qijizh
b73d452aee
fix: dark mode toggle 2022-07-12 07:49:11 +02:00
René Herrmann
4bcbe41a39
feat: migrate to vue 2.7 2022-07-06 16:31:30 +02:00
YuLe
d4047e7473
build: remove vue-router auto import type & upgrade deps (#11)
* build: degrade `vueuse` to v5 & remove `vue-router` auto import type

* build: bump `@vueuse/core` & `@vue/composition-api` dep version

* build: refresh `auto-import.d.ts`
2022-05-22 10:06:07 +02:00
lstoeferle
67919200eb fix: remove obsolete about button 2022-03-11 16:27:06 +01:00
lstoeferle
c44cff666c build: update dependencies 2022-03-11 16:26:26 +01:00
lstoeferle
9e83507fb5 docs: fix localhost port in README 2022-01-27 21:08:26 +01:00
lstoeferle
f4e82be249 chore: add .nvmrc file 2022-01-27 20:49:51 +01:00
lstoeferle
412f4bbbf9 feat: add script setup support 2022-01-27 20:18:13 +01:00
lstoeferle
e553ea2ca0 docs: update README 2022-01-27 09:34:25 +01:00
lstoeferle
e75386ef05 fix: update dependencies and switch eslint config 2022-01-27 09:31:59 +01:00
lstoeferle
8ae0a58b01 doc: fix readme text centering 2021-10-16 14:08:15 +02:00
lstoeferle
c1eed0fe83 chore: downgrade prettier due to bad html class formatting
see more here https://github.com/prettier/prettier/issues/10918
2021-10-16 14:07:09 +02:00
lstoeferle
b18f4cc57d chore: remove obsolete husky .gitignore 2021-10-16 13:59:13 +02:00
lstoeferle
9b60e65e90 chore: update dependencies and switch to yarn 2021-10-16 13:54:17 +02:00
lstoeferle
c04cb98c73
Merge pull request #7 from idmytro/idmytro/update-deps
Update dependencies and fix icon
2021-10-16 13:39:55 +02:00
lstoeferle
d1919f6bf5 fix: update feature section 2021-10-16 13:37:02 +02:00
Dmytro Cisar
47321179f7 fix github icon @ About.vue 2021-09-11 22:37:48 +03:00
Dmytro Cisar
69912dc264 npm install and update package-lock.json 2021-09-11 22:36:10 +03:00
Dmytro Cisar
4f5d6721b8 update deps and readme 2021-09-11 22:34:35 +03:00
lstoeferle
93deb88178 chore(deps): update dependencies 2021-05-02 17:43:09 +02:00
lstoeferle
206e6559d9 style: fixed styles in feature section 2021-05-02 17:38:38 +02:00
lstoeferle
7c3c055600 Upgrade dependencies 2021-03-26 23:38:41 +01:00
lstoeferle
df3abe64a2 chore: added husky git hooks 2021-03-07 22:49:43 +01:00
lstoeferle
af79780bfe chore: update dependencies, cleaned up package.json 2021-03-07 22:37:58 +01:00
lstoeferle
320c7d345d
Merge pull request #5 from lstoeferle/feat/live-demo
feat: live demo
2021-03-02 07:36:58 +01:00
lstoeferle
b62ce2f2bb docs: change format of why section heading 2021-03-01 22:08:26 +01:00
lstoeferle
2050b52e94 docs: improve README 2021-03-01 21:56:40 +01:00
lstoeferle
13b8073659 chore: use pascal case for custom components 2021-03-01 21:53:04 +01:00
lstoeferle
2796386148 docs: refactored README and added live-demo link 2021-03-01 21:48:42 +01:00
lstoeferle
63860a7ca5 fix: add @iconify/json dev dep 2021-03-01 20:31:28 +01:00
lstoeferle
e8845561d3
Merge pull request #4 from antfu/feat/icons
feat: use vite-plugin-icons
2021-03-01 20:14:22 +01:00
lstoeferle
a5f48a65f5 fix: improved feature alignment for md and lg screens 2021-03-01 20:12:29 +01:00
lstoeferle
75fc39b772 docs: added plugin link to README 2021-03-01 20:04:32 +01:00
lstoeferle
7b071915c6
Merge pull request #3 from antfu/chore/vue-demi
chore: add vue-demi as dep, close #1
2021-02-28 18:22:06 +01:00
Anthony Fu
4f30cb6cdf feat: use vite-plugin-icons 2021-02-28 04:13:36 +08:00
Anthony Fu
cf1334e8a6 chore: add vue-demi as dep, close #1 2021-02-28 03:05:10 +08:00
lstoeferle
dfd5190bae Upgrade dependencies 2021-02-26 23:16:55 +01:00
lstoeferle
9f6992a2da Added vueuse to the docs 2021-02-26 23:14:55 +01:00
lstoeferle
42b6229dfe Added proper demo incl. vue-router 2021-02-26 23:12:33 +01:00
lstoeferle
2d22e7b59b Fixed styling issues on mobile 2021-02-26 10:17:58 +01:00
lstoeferle
aa21a29dfc Added more sections to the demo 2021-02-26 10:05:10 +01:00