Skip to content

Instantly share code, notes, and snippets.

@bodrovis
Created April 15, 2019 12:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bodrovis/b38f5e6a8e3fef1b5fc1c2e1391b6af5 to your computer and use it in GitHub Desktop.
Save bodrovis/b38f5e6a8e3fef1b5fc1c2e1391b6af5 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Vue-i18next PhraseApp Demo</title>
<script src="https://unpkg.com/vue@2.2.2/dist/vue.js"></script> <!-- 1 -->
<script src="https://unpkg.com/i18next@8.0.0/i18next.js"></script> <!-- 2 -->
<script src="https://unpkg.com/@panter/vue-i18next/dist/vue-i18next.js"></script> <!-- 3 -->
</head>
<body>
<div id="app">
<app />
</div>
<script src="app.js"></script> <!-- 4 -->
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment