Skip to content

Commit

Permalink
inital setups 1
Browse files Browse the repository at this point in the history
  • Loading branch information
onurusluca committed Jul 15, 2023
1 parent 87132fa commit 074cf16
Show file tree
Hide file tree
Showing 4 changed files with 294 additions and 361 deletions.
18 changes: 16 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,23 @@
# Karpuz 🍉 - Opinionated Nuxt 3 Starter

*Work in progress...*

## Libraries

- Tailwind CSS
- Emoji Picker Element (<https://github.com/nolanlawson/emoji-picker-element>)
- 💚 [Nuxt 3](https://nuxt.com/) - SSR, ESR, File-based routing, components auto importing, modules, etc.
- 🎨 [Tailwind CSS](https://tailwindcss.com/) - Utility-first CSS framework
- 🍍 [Pinia](https://pinia.vuejs.org/) - State management
- 🌐 [i18n](https://i18n.nuxtjs.org/) - Internationalization
- 📚 [TypeScript](https://nuxt.com/docs/guide/concepts/typescript#typescript) - Can't do without it
- 🧰 [VueUse](https://vueuse.org/) - Collection of essential Vue Composition Utilities
- 📦 [pnpm](https://pnpm.io/) - Fast, disk space efficient package manager

## Nuxt Modules

## IDE

We recommend using [VS Code](https://code.visualstudio.com/) with [Volar](https://github.com/johnsoncodehk/volar). (Disable [Vetur](https://vuejs.github.io/vetur/) if you have it).


## Setup

Expand Down
15 changes: 6 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,23 +26,20 @@
"@nuxtjs/supabase": "^0.3.8",
"@nuxtjs/tailwindcss": "^6.8.0",
"@pinia/nuxt": "^0.4.11",
"@vueuse/core": "^10.2.1",
"@vueuse/nuxt": "^10.2.1",
"@tailwindcss/typography": "^0.5.9",
"eslint": "^8.44.0",
"@typescript-eslint/parser": "^6.0.0",
"@vueuse/core": "^10.2.1",
"@vueuse/nuxt": "^10.2.1",
"eslint": "^8.45.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^5.0.0",
"nuxt": "^3.6.2",
"nuxt": "^3.6.3",
"nuxt-icon": "^0.4.2",
"pinia": "^2.1.4",
"prettier": "^3.0.0",
"supabase": "^1.77.9",
"typescript": "^5.1.6",
"vue-tsc": "^1.8.4"
"vue-tsc": "^1.8.5"
},
"dependencies": {
"emoji-picker-element": "^1.18.3",
"socket.io-client": "^4.7.1"
}
"dependencies": {}
}
Loading

0 comments on commit 074cf16

Please sign in to comment.