Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/boussadjra/vuetalize

Vuetalize - Vuetify 3 template
https://github.com/boussadjra/vuetalize

eslint typescript vite vue vue3 vuetify vuetify3

Last synced: about 2 months ago
JSON representation

Vuetalize - Vuetify 3 template

Awesome Lists containing this project

README

        

# Vuetalize

This template aims to assist you in initiating your Vuetify 3 development journey within Vite, leveraging the power of Typescript.

# Key Features:

- ✨ Vuetify 3: Empower your application with beautiful and responsive UI components.
- ✨ Vite: Experience lightning-fast development with this next-generation build tool.
- ✨ Typescript: Benefit from strong typing and enhanced developer experience.
- ✨ Prettier & Eslint: Keep your code clean, consistent, and error-free.
- ✨ Pinia: Simplify state management and make your application more robust.
- ✨ Vue I18n: Seamlessly handle internationalization and localization.
- ✨ Layout System: Check out the powerful layout system provided by [vite-plugin-vue-layouts](https://github.com/JohnCampionJr/vite-plugin-vue-layouts).
- ✨ Vue Router: Enable seamless navigation and routing in your application.
- ✨ File-based Routing: Explore the convenience and flexibility offered by [vite-plugin-pages](https://github.com/hannoeru/vite-plugin-pages).
- ✨ UnoCSS: Style your app effortlessly with the lightweight and versatile UnoCSS.
- ✨ Iconoir Icons: Elevate your design with the extensive collection of Iconoir Icons, powered by UnoCSS.
- ✨ Vue Echarts: Visualize your data effectively using Vue Echarts.

## setup

Clone this project using

```bash
git clone https://github.com/boussadjra/vuetalize
```

change directory to the project folder

```bash
cd vuetalize
```

Install dependencies

```bash
pnpm
```

## development

Start the development server

```bash
pnpm dev
```

## build

Build the project

```bash
pnpm build

```

## lint

Lint the project

```bash
pnpm lint
```