A Vuejs & Vuetify starter app with FontAwesome 5 icons

Vue Vuetify Starter

About

A Vuejs & Vuetify starter app with FontAwesome 5 icons built using Vue CLI

Note: it deosn’t have vue-Router & Vuex, if you want it you can install it

Configuration

  • The ./src/config.js contains all variables like title & links (for routing)
  • Default language in English if you wanna use other lang you need to change html attribute in ./public/index.html & the import line in ./src/plugins/vuetify.js wish is like
import en from 'vuetify/es5/locale/en'
...
export default new Vuetify({
	...
	lang: {
		locales: { en },
		current: 'en'
	},
	...
});
  • Scss/Sass pre-proccessor support
  • You can add any plugin by following this way or as you want

Features

  • Built in navbar
  • Appbar/Navbar & Footer mixins to easy configuration
  • Sidebar navigation
  • Dark mode them swither
  • FontAwesome 5 icons integration
  • PWA (Progressive Web App) integration

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.

Download Details:

Author: mohssineAboutaj

Source Code: https://github.com/mohssineAboutaj/vue-vuetify-starter

#vuejs #vue #javascript

A Vuejs & Vuetify starter app with FontAwesome 5 icons
8.25 GEEK