Skip to content

Commit

Permalink
updating readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lautr committed Nov 19, 2024
1 parent 63b117f commit 68602ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 29 deletions.
5 changes: 0 additions & 5 deletions ISSUES.md

This file was deleted.

27 changes: 3 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,35 +1,14 @@
# lautr/initium-stack 🔥

<pre align="center">
🚀 Opinionated Nuxt, Tailwind & Storybook monorepo template
🚀 Opinionated Fullstack
</pre>
<hr />

> inspired by [antfu vitesse nuxt](https://github.com/antfu/vitesse-nuxt3)
## Features
- [💚 Nuxt 3](https://v3.nuxtjs.org) - SSR, ESR, File-based routing, components auto importing, modules, etc.
- 🤓 Optimized for VSCode usage
- [⚡️ Vite](https://vitejs.dev/) - Instant HMR
- [✨ Vitest](https://vitest.dev/guide/) - A blazing fast unit test framework
- [🚝 Monorepo](https://pnpm.io/workspaces) - workspace setup using [pnpm](https://pnpm.io/)
- [🌬️ Tailwind 3](https://tailwindcss.com/) - the utility-first CSS framework
- [🖌️ Storybook](https://storybook.js.org/) - build UI components and pages in isolation
- [🌓 Color Mode](https://github.com/nuxt-community/color-mode-module) - dark, light & custom mode integrated in Tailwind and Nuxt
- 🔥 The `<script setup>` syntax
- [🍍 State Management via Pinia](https://pinia.esm.dev), see [./stores/AuthStore.ts](./stores/AuthStore.ts)
- [🧹 Vue Macros](https://vue-macros.sxzz.moe/) Explore and extend more macros and syntax sugar to Vue.
- 📥 APIs auto importing - for Composition API, VueUse, Components (localy & from design) and custom composables
- [🦾 TypeScript](https://www.typescriptlang.org/) - JavaScript, but strongly typed and better

- TBD
## Plugins

### Nuxt Modules

- [VueUse](https://github.com/vueuse/vueuse) - collection of useful composition APIs.
- [ColorMode](https://github.com/nuxt-community/color-mode-module) - dark and Light mode with auto detection made easy with Nuxt.
- [Pinia](https://pinia.esm.dev/) - intuitive, type safe, light and flexible Store for Vue.
- [Nuxt Devools](https://devtools.nuxtjs.org/) - Unleash Nuxt Developer Experience.
- TBD

## Commands
```
Expand Down

0 comments on commit 68602ef

Please sign in to comment.