All Projects → xpepermint → vue-example

xpepermint / vue-example

Licence: other
Vue.js example application (server-side rendering, router, vuex store, form validation, i18n & l10n)

Programming Languages

javascript
184084 projects - #8 most used programming language
Vue
7211 projects
CSS
56736 projects

Projects that are alternatives of or similar to vue-example

React Native Globalize
Internationalization (i18n) for React Native
Stars: ✭ 246 (+296.77%)
Mutual labels:  i18n, l10n
Kotsu
✨ Clean, opinionated foundation for new projects — to boldly go where no man has gone before
Stars: ✭ 48 (-22.58%)
Mutual labels:  i18n, l10n
vue-i18n
A small package for implementing translations in Vue.js
Stars: ✭ 40 (-35.48%)
Mutual labels:  i18n, l10n
Nofw
A no-framework application skeleton
Stars: ✭ 212 (+241.94%)
Mutual labels:  i18n, l10n
android-studio-plugin
Integrate your Android project with Crowdin
Stars: ✭ 52 (-16.13%)
Mutual labels:  i18n, l10n
Serge
Continuous localization platform
Stars: ✭ 212 (+241.94%)
Mutual labels:  i18n, l10n
msgtools
Tools for Developing Diagnostic Messages
Stars: ✭ 18 (-70.97%)
Mutual labels:  i18n, l10n
Universal Translator
💬 i18n Translator for Go/Golang using CLDR data + pluralization rules
Stars: ✭ 195 (+214.52%)
Mutual labels:  i18n, l10n
react-i18next-phraseapp
Library support to use react-i18next with the Phrase In-Context Editor - DEPRECATED
Stars: ✭ 14 (-77.42%)
Mutual labels:  i18n, l10n
felicity
Javascript object constructors and sample data based on Joi schema.
Stars: ✭ 107 (+72.58%)
Mutual labels:  schema, models
Weblate
Web based localization tool with tight version control integration.
Stars: ✭ 2,719 (+4285.48%)
Mutual labels:  i18n, l10n
godmt
Tool that can parse Go files into an abstract syntax tree and translate it to several programming languages.
Stars: ✭ 42 (-32.26%)
Mutual labels:  schema, models
Glotpress Wp
🌍 🌎 🌏 GlotPress is a WordPress plugin to let you set up your own collaborative, web-based software translation tool.
Stars: ✭ 205 (+230.65%)
Mutual labels:  i18n, l10n
Openl10n
[paused] A localization tool for your applications
Stars: ✭ 237 (+282.26%)
Mutual labels:  i18n, l10n
Heyui
🎉UI Toolkit for Web, Vue2.0 http://www.heyui.top
Stars: ✭ 2,373 (+3727.42%)
Mutual labels:  i18n, form
awesome-i18n
🌍 A curated list of i18n resources for all kind of languages and frameworks
Stars: ✭ 205 (+230.65%)
Mutual labels:  i18n, l10n
Node Gettext
A JavaScript implementation of gettext, a localization framework.
Stars: ✭ 175 (+182.26%)
Mutual labels:  i18n, l10n
Cldr
Elixir implementation of CLDR/ICU
Stars: ✭ 178 (+187.1%)
Mutual labels:  i18n, l10n
figma-static-localizer
A Figma plugin for static localization
Stars: ✭ 30 (-51.61%)
Mutual labels:  i18n, l10n
I18N
I18N Library for .NET, and Delphi
Stars: ✭ 48 (-22.58%)
Mutual labels:  i18n, l10n

vue-example

Vue.js example application (server-side rendering, router, vuex store, form validation, i18n & l10n)

Features

This project is based on vue-clie-template and requires Node.js v7+.

  • Client-side and server-side rendering with vue-builder.
  • Navigation using the vue-router.
  • Application state/store management with vuex.
  • Data management, form validation and error handling with vue-rawmodel.
  • Internationalization (i18n) & Localization (l10n) using vue-translated

Build Setup

# install dependencies
npm install

# [development]
# start application in development (it's a good practice to use `nodemon`
# in development which will automatically reload the server on code changes
# e.g. `nodemon --exec npm start`)
npm start

# [production]
# build production bundles, switch environment to production and run the server
npm run build
npm config set vue-example:env production
npm start

Tutorials

Vue.js tutorials: Vue.js Cheatsheet

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].