1.21.1 • Published 9 years ago

vue-example v1.21.1

Weekly downloads
2
License
MIT
Repository
-
Last release
9 years ago

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

1.21.1

9 years ago

1.21.0

9 years ago

1.20.2

9 years ago

1.20.1

9 years ago

1.19.0

10 years ago

1.18.0

10 years ago

1.17.0

10 years ago

1.15.1

10 years ago

1.13.1

10 years ago

1.13.0

10 years ago

1.12.0

10 years ago

1.11.0

10 years ago

1.10.0

10 years ago

1.9.0

10 years ago

1.8.0

10 years ago

1.7.0

10 years ago

1.5.0

10 years ago

1.4.0

10 years ago

1.0.0

10 years ago