xpepermint / vue-example

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

Home Page:https://xpepermint.gitbooks.io/vue-js-cheatsheet/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

https://xpepermint.gitbooks.io/vue-js-cheatsheet/


Languages

Language:JavaScript 76.8%Language:Vue 23.0%Language:CSS 0.2%