Morgbn / vuetify-i18n-boilerplate

A boilerplate to quickly start a Vue project using Vuetify, Vue-i18n, Vuex, Vue-router

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vue, Vuetify, Vuex, Vue-router, i18n boilerplate

A good way to quickly start a Vue project with good foundations ! [ Demo ]

📦 Features

🚀 Getting started

git clone https://github.com/morgbn/vuetify-i18n-boilerplate project-name
cd project-name
npm i
npm serve # compiles and hot-reloads for development

❓ FAQ

How can I add languages?

Here is an example to add the Spanish language :
Add the Spanish flag in /src/assets/flags/. You can find (MIT-licensed) flags in this repo folder.
Rename it es.png (important).
Next, create the file /src/lang/es.js, and write your translations, for example :

export default {
  appname: 'Nombre de la aplicación'
}

That's it.

©️ License

MIT 🎁

About

A boilerplate to quickly start a Vue project using Vuetify, Vue-i18n, Vuex, Vue-router

License:MIT License


Languages

Language:Vue 59.8%Language:JavaScript 36.1%Language:HTML 4.1%