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

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

License

Notifications You must be signed in to change notification settings

Morgbn/vuetify-i18n-boilerplate

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published