Firs Commit

This commit is contained in:
2025-03-21 09:37:29 +07:00
commit b5f22f157e
98 changed files with 16210 additions and 0 deletions

48
README.md Normal file
View File

@@ -0,0 +1,48 @@
# Matdash-nuxtjs-free
Free Nuxt 3 Admin Template with vuetify 3 + Typescript
<img src="https://adminmart.com/wp-content/uploads/2023/02/Matdash-free-vuetify-dashboard.png" alt="Free Nuxt 3 Admin Template with vuetify 3 + Typescript"/>
# <a href="https://Matdash-nuxtjs-free.netlify.app">Live Demo </a>
# Nuxt 3 Starter
> 💚 A Better Nuxt 3 starter template
## Use the Template
### Clone to local
```bash
$> 💿 Install dependencies with `npm install` or `yarn install`
$>
$> 🚀 Start development server with `npm run dev` or `yarn dev`
```
## Setup
### Installation
Make sure to install the dependencies
```bash
yarn install
```
### Development
Start the development server on http://localhost:3088
```bash
yarn dev
```
### Production
Build the application for production:
```bash
yarn build
```