Skip to content

Commit

Permalink
[FEAT] reinstall and add new structure
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsAnunesS committed Dec 7, 2024
1 parent 7b89355 commit f193fb4
Show file tree
Hide file tree
Showing 90 changed files with 427 additions and 1,036 deletions.
3 changes: 0 additions & 3 deletions .commitlintrc.json

This file was deleted.

4 changes: 0 additions & 4 deletions .husky/commit-msg

This file was deleted.

12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Nuxt 3 Minimal Starter
# Nuxt Minimal Starter

Look at the [Nuxt 3 documentation](https://nuxt.com/docs/getting-started/introduction) to learn more.
Look at the [Nuxt documentation](https://nuxt.com/docs/getting-started/introduction) to learn more.

## Setup

Make sure to install the dependencies:
Make sure to install dependencies:

```bash
# npm
Expand All @@ -29,7 +29,7 @@ Start the development server on `http://localhost:3000`:
npm run dev

# pnpm
pnpm run dev
pnpm dev

# yarn
yarn dev
Expand All @@ -47,7 +47,7 @@ Build the application for production:
npm run build

# pnpm
pnpm run build
pnpm build

# yarn
yarn build
Expand All @@ -63,7 +63,7 @@ Locally preview production build:
npm run preview

# pnpm
pnpm run preview
pnpm preview

# yarn
yarn preview
Expand Down
13 changes: 9 additions & 4 deletions app.vue
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
<script setup lang="ts">
</script>

<template>
<NuxtLayout>
<NuxtPage />
</NuxtLayout>
</template>
<NuxtLayout>
<LazyNuxtPage />
</NuxtLayout>
</template>

<style scoped>
</style>
4 changes: 0 additions & 4 deletions assets/css/tailwind.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
@tailwind base;
@tailwind components;
@tailwind utilities;

* {
font-family: 'Poppins', sans-serif !important;
}
Binary file modified bun.lockb
Binary file not shown.
3 changes: 0 additions & 3 deletions commitlint.config.js

This file was deleted.

22 changes: 0 additions & 22 deletions components/Hero/MainHero.vue

This file was deleted.

96 changes: 0 additions & 96 deletions components/Modal/SearchInput.vue

This file was deleted.

15 changes: 0 additions & 15 deletions components/TheFooter.vue

This file was deleted.

17 changes: 0 additions & 17 deletions components/TheLoading.vue

This file was deleted.

118 changes: 0 additions & 118 deletions components/TheMenu.vue

This file was deleted.

11 changes: 0 additions & 11 deletions components/TheModals.vue

This file was deleted.

Loading

0 comments on commit f193fb4

Please sign in to comment.