项目作者: tehaiks

项目描述 :
Vue & Webpack Boilerplate: Vuex, LESS, Bulma framework for prototyping.
高级语言: JavaScript
项目地址: git://github.com/tehaiks/vue-jump-start.git
创建时间: 2017-01-17T01:01:14Z
项目社区:https://github.com/tehaiks/vue-jump-start

开源协议:Other

下载


dependencies Status

Vue Jump Start

Small app boilerplate for educational purposes. Powered by Webpack, Vue and Bulma.

Installing / Getting started

Install using preferred dependency manager.

npm install

OR

yarn install

Building

Init webpack to bulid app in /dist folder

webpack

OR

Fire webpack in watchmode, to start live reload server:

webpack --watch

OR

Preview / Demo

Visit preview of dist.

Fire Webpack Dev Server with command: webpack-dev-server and visit http://127.0.0.1:9000/.

Licensing

MIT License