Thanks to visit codestin.com
Credit goes to github.com

Skip to content

themustafaomar/vue-starter

Repository files navigation

Vuetify starter sample

Vuetify Starter

A Vuetify starter kit for a faster and consistent development.

Vuetify docs . Report bug · View demo (coming soon) · Download

Features

  • Using modern technologies in web-industry such as Vue, Vuetify, Pinia Vite and Composition API.
  • Powerful and feature-rich real-time chat system.
  • Access Control List (ACL) for client-side and server-side.
  • Validation handling for client-side & server-side with zero-configuration.
  • Uploading files has never been easier.
  • A set of powerful abstracted components crafted only for VuetifyStarter.
  • Support for light and dark themes and more.
  • Multiple layouts.
  • Multilingual-ready.
  • Complete authentication system.
  • Complete real-time notifications system.
  • Flexible middleware functionlaity for client-side.
  • Standard ESLint and Prettier config for consistent development.
  • And more are in the way.
  • Diffrent enviroment variables using .env and .env.production

Recommended IDE Setup

VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint