mohssineAboutaj / moroccovid-app

A basic vue & vuetify covid tracking app for morocco

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Moroccovid App

About

A basic vue & vuetify covid tracking app for morocco

Demo

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
  • Vue Router
  • 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.

License

MIT

About

A basic vue & vuetify covid tracking app for morocco

License:MIT License


Languages

Language:Vue 65.4%Language:JavaScript 32.6%Language:HTML 2.0%