项目作者: kakul

项目描述 :
Vue2 + Webpack2 + Sass + CSS + Vuex + VueRouter initial setup code
高级语言: JavaScript
项目地址: git://github.com/kakul/vue-scaffold.git
创建时间: 2017-06-14T12:48:52Z
项目社区:https://github.com/kakul/vue-scaffold

开源协议:

下载


vue-scaffold

Vue2 + Webpack2 + Sass + CSS + Vuex + VueRouter Scaffolding

A general usable template code for starting development using VueJS

Instructions
  1. To install node dependencies:
    npm install
  2. To run development build:
    npm run build:dev
  3. To run production build:
    npm run build:prod
To do
  1. Server side rendering build
  2. Fix for sourcemap
  3. Linter integration and configuration
  4. Express proxy middleware
  5. General plugin(service) creation guidelines