Commit ca32a3f
feat: Adding the Nuxt3, Pinia and Vuetify starter kit (#1232)
* Create project scaffolding (#481)
* Create project scaffolding
- install Nuxt3 with TypeScript
- Install and Setup Tailwind
- Install and Setup Pinia
* removed rule
* switch tailwind to vuetify
* updated git ignore
* add components and vuetify theme color
* fix linting
* added vitest tests
* added storybook
* chore: fix configs
* feat(wip): add storybook config
* chore: fix npm
* feat: add vuetify icon and packagejson config
* feat: update nuxt logo
* chore: remove storybook config
* fix: feedback comments
* feat: nuxt 3 icon
* feat: add start script
* fix: api example
* fix: stub fetch component
---------
Co-authored-by: jesus padron <jesuspadron4497@gmail.com>
* [nuxt3-pinia-vuetify]: fix broken tests for counter example (#1217)
* fix: broken tests for counter example
* fix: pinning down dependencies
* Feat: Fetch api example (#1226)
* feat: fetch example logic
* fix: testing and files scripts order
* fix: removing duplicate express icon (#1231)
* [Nuxt 3 - Pinia - Vuetify] Feat: Update README (#1229)
* feat: add readme file
* fix: typo
* fix: feedback
* fix: typos
* [Nuxt 3 - Pinia - Vuetify] Fix: sanity check (#1234)
* fix: sanity check
* fix: feedback
* Feat: add kit to cli (#1237)
* feat: add kit to cli
* feat: add kit to cli
* refactor: applying code review changes
* refactor: removing disabled attribute
* Update starters/nuxt3-pinia-vuetify/.nvmrc
Co-authored-by: Ihar Dziamidau <31627738+ihardz@users.noreply.github.com>
* Update starters/nuxt3-pinia-vuetify/package.json
Co-authored-by: Ihar Dziamidau <31627738+ihardz@users.noreply.github.com>
* Update starters/nuxt3-pinia-vuetify/components/FetchExample/FetchExample.vue
Co-authored-by: Ihar Dziamidau <31627738+ihardz@users.noreply.github.com>
* refactor: removing optional text from fetch
* refactor: updating nuxt config
* chore: pinning package.json vue version
* fix: feedback from ihrar
---------
Co-authored-by: Temitope Adesoji <temitopeadesoji23@gmail.com>
Co-authored-by: jesus padron <jesuspadron4497@gmail.com>
Co-authored-by: Ihar Dziamidau <31627738+ihardz@users.noreply.github.com>1 parent 2094774 commit ca32a3f
File tree
26 files changed
+582
-0
lines changed- packages/website/src
- icons
- starters/nuxt3-pinia-vuetify
- components
- CounterExample
- FetchExample
- pages
- plugins
- public
- store
26 files changed
+582
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| 51 | + | |
| 52 | + | |
51 | 53 | | |
52 | 54 | | |
53 | 55 | | |
| |||
137 | 139 | | |
138 | 140 | | |
139 | 141 | | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
140 | 148 | | |
141 | 149 | | |
142 | 150 | | |
| |||
389 | 397 | | |
390 | 398 | | |
391 | 399 | | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
392 | 406 | | |
393 | 407 | | |
394 | 408 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| 53 | + | |
| 54 | + | |
53 | 55 | | |
54 | 56 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
0 commit comments