Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/boussadjra/vuetalize
- Owner: boussadjra
- Created: 2021-05-01T13:39:54.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-26T22:08:51.000Z (over 1 year ago)
- Last Synced: 2023-09-27T11:29:12.208Z (over 1 year ago)
- Topics: eslint, typescript, vite, vue, vue3, vuetify, vuetify3
- Language: Vue
- Homepage: https://vuetalize.vercel.app
- Size: 1.64 MB
- Stars: 30
- Watchers: 4
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```