Skip to content

Commit e107a5e

Browse files
committed
refactor(dependencies): remove unused
1 parent 2243bdd commit e107a5e

File tree

14 files changed

+39
-1116
lines changed

14 files changed

+39
-1116
lines changed

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ node_modules
33
dist
44
dist-ssr
55

6-
/cypress/videos/
7-
/cypress/screenshots/
86
/instrumented
97
/coverage
108
.nyc_output

.gitlab-ci.yml

Lines changed: 0 additions & 38 deletions
This file was deleted.

README.md

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,13 @@ THX to [antfu / Vitesse](https://github.com/antfu/vitesse) for starter code
1212
## Features
1313

1414
- Vue 3.4
15-
- Vite 5
15+
- Vite 6
1616
- Vitest (Testing Framework)
17-
- Testing with cypress (e2e)
1817
- Composition API
1918
- Script Setup
2019
- Routing VitePages / ViteLayout
2120
- Pina as Store / CachedPiniaStore for effective data caching
22-
- PrimeVue with Theme: Sakai (Free Admin Template)
21+
- PrimeVue with Aura Theme
2322
- Validation, PrimeVue Form elements by [formkit-primevue](https://github.com/sfxcode/formkit-primevue)
2423
- Markdown Support (VitePages)
2524
- TypeScript 5
@@ -48,7 +47,7 @@ Nuxt3 Primevue Starter Template
4847
- [UnoCSS](https://github.com/antfu/unocss) - The instant on-demand atomic CSS engine.
4948
- Use icons from any icon sets in Pure CSS, powered by [UnoCSS](https://github.com/antfu/unocss)
5049
- [State Management via Pinia](https://pinia.esm.dev)
51-
- PrimeVue 3.40.x
50+
- PrimeVue 4.2.x
5251
- Logging
5352

5453
### vite-primevue-starter-lite
@@ -79,24 +78,12 @@ Run development server:
7978
pnpm dev
8079
```
8180

82-
Open Cypress test runner:
83-
84-
```
85-
pnpm test:e2e
86-
```
87-
8881
Component test runner:
8982

9083
```
9184
pnpm test:unit
9285
```
9386

94-
Run Cypress tests in headless mode:
95-
96-
```
97-
pnpm test:ci
98-
```
99-
10087
Build and preview built site locally:
10188

10289
```

cypress.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

cypress/fixtures/example.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

cypress/integration/home_page.spec.ts

Lines changed: 0 additions & 8 deletions
This file was deleted.

cypress/plugins/index.ts

Lines changed: 0 additions & 10 deletions
This file was deleted.

cypress/support/commands.js

Lines changed: 0 additions & 25 deletions
This file was deleted.

cypress/support/index.js

Lines changed: 0 additions & 20 deletions
This file was deleted.

cypress/tsconfig.json

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)