Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 655 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 655 Bytes

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.