Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.
/ vue-gulp-template Public archive

A Gulp based Browserify + vueify setup with hot-reload.

Notifications You must be signed in to change notification settings

rmknecht/vue-gulp-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

vue-gulp-template

A full-featured Browserify + vueify setup with hot-reload.

This template is Vue 2.0 compatible.

Usage

This is a project template for vue-cli.

$ npm install -g vue-cli
$ vue init rmknecht/vue-gulp-template my-project
$ cd my-project
$ npm install
$ npm run dev

What's Included

  • npm run dev: Browserify + vueify with proper config for source map & hot-reload.

  • npm run build: Production build with HTML/CSS/JS.

For more information see the docs for vueify.

Customizations

You will likely need to do some tuning to suit your own needs:

  • Install additional libraries that you need, e.g. vue-router, vue-resource, vuex, etc...

  • Add your preferred CSS pre-processor, for example:

    npm install less --save-dev

    Then you can do:

    <style lang="less">
      /* write less! */
    </style>
  • The dev build is served using BrowserSync.

Fork It And Make Your Own

You can fork this repo to create your own boilerplate, and use it with vue-cli:

vue init username/repo my-project

About

A Gulp based Browserify + vueify setup with hot-reload.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published