Skip to content

picssel/vue-multilingual

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vue-multilingual

This is the code repository for the tutorial Create a multilingual Single Page Application with Vue. The tutorial will show you how to create a single page application with internationalization support, using Vue and the Vue-I18n internationalization plugin.

Tutorial goals

  • Create an internationalized application that supports different languages.
  • Ability to switch from one language to another within any page of the application.
  • Ability to add new supported languages with a minimum impact on the application code.
  • Allow translators and/or contributors to manage the language files, separated from the application base code.

Demo page

http://www.picssel.com/demos/vue-multilingual/

Project setup

vue create vue-multilingual
cd vue-multilingual

Install vue-router

npm install vue-router --save

Install the internationalization plugin

npm install vue-i18n --save

Install additional libraries

npm install -D less less-loader

Run the project in localhost:3400

npm run serve

References

About

Create a multilingual Single Page Application with Vue

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published