/vuejs-i18n-demo

A Vue.js I18n demo app for a PhraseApp blog article

Primary LanguageJavaScriptMIT LicenseMIT

⚠️ This repo is no longer maintained! Please visit https://github.com/PhraseApp-Blog/vuejs-i18n-demo for the up-to-date repo.


gawa

A Vue.js I18n demo app created as a companion to a PhraseApp blog post.

Build Setup

# install dependencies
npm install
# or
yarn

# serve with hot reload at localhost:8080
npm run dev
# or
yarn dev

# build for production with minification
npm run build
# or
yarn build

# build for production and view the bundle analyzer report
npm run build --report

This project was bootstrapped with the Vue.js CLI.