Skip to content

jackel27/Jackel-Vuejs-Template

Repository files navigation

Jackel's Vue Template

Comes packed with:

  • bulma: ^0.3.1
  • font-awesome: ^4.7.0
  • vue: ^2.1.0
  • vue-resource: ^1.0.3
  • vue-router: ^2.1.1

Route configuration: src/routes.js
ESLint enabled

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

I use this setup quite often, figured I would have it available when need be. This is of course modified with the help of Vue-Cli(Webpack). More information can be found here.