dmitriy-kazarinov / vue-seed

vue-seed

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vue-seed npm version

NPM

The de facto vue-seed repo for building scalable apps with Vue, Vuex, ES6, Webpack 2 and CSS framework Bulma

This repo serves as a minimal seed for those looking to get up-and-running with Vue

This seed is not a Yeoman generator. It's a starter kit. These are its features:

  • Flexible application structure
  • A ready-to-go build system for working with ES6
  • Uses router Vue router
  • Uses state management pattern Vuex
  • Uses modern CSS framework based on Flexbox Bulma
  • Refreshing the browser and rebuilding on file changes
  • Written based on Vue and Vuex documentation

Build Setup

# 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

# run unit tests
npm run unit

# run all tests
npm test

For detailed explanation on how things work, checkout the guide and docs for vue-loader.


enjoy — Vue-seed

About

vue-seed

License:MIT License


Languages

Language:JavaScript 88.1%Language:Vue 9.8%Language:CSS 1.3%Language:HTML 0.8%