Skip to content

tehaiks/vue-jump-start

Repository files navigation

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