Awesome
<p align="center"> <img width="125" height="125" src="https://raw.githubusercontent.com/Morgbn/vuetify-i18n-boilerplate/gh-pages/src/img/logo.52220100.png"> </p>Vue, Vuetify, Vuex, Vue-router, i18n boilerplate
A good way to quickly start a Vue project with good foundations ! [ Demo ]
:package: Features
- Vue 2.x
- Vuetify v2.x
- Vuex v3.x
- Vue-router v3.x
- Vue-i18n v8.x
:rocket: 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
:question: 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.
:copyright: License
MIT :gift: