Skip to content
This repository has been archived by the owner on Jun 23, 2023. It is now read-only.

Latest commit

 

History

History
40 lines (32 loc) · 1.37 KB

README.md

File metadata and controls

40 lines (32 loc) · 1.37 KB

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 🎁