https://github.com/ademilter/vue-starter-kit
Demo:
https://github.com/ademilter/vue-starter-kit
vee-validate vue vue-i18n vue-router vue-the-mask vuex
Last synced: 3 months ago
JSON representation
Demo:
- Host: GitHub
- URL: https://github.com/ademilter/vue-starter-kit
- Owner: ademilter
- License: mit
- Created: 2017-12-08T17:40:06.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-10T10:22:33.000Z (about 7 years ago)
- Last Synced: 2025-03-14T20:17:27.282Z (3 months ago)
- Topics: vee-validate, vue, vue-i18n, vue-router, vue-the-mask, vuex
- Language: JavaScript
- Homepage: http://vue-starter-kit.surge.sh
- Size: 51.8 KB
- Stars: 71
- Watchers: 3
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vue Starter Kit
- :speech_balloon: multi-language support
- :warning: form validations ready (https://github.com/baianat/vee-validate)
- :scissors: input mask (https://github.com/vuejs-tips/vue-the-mask)
- :truck: state management with vuex
- :link: router management## Build Setup
``` bash
# install dependencies
npm install# serve with hot reload at localhost:8080
npm run dev# build for production with minification
npm run build# build for production and view the bundle analyzer report
npm run build --report
```