/Vue-Starter-Kit

Vue Starter Kit and simple compiler for vuejs and vue router with gulp and vueify and browserify with es6 support !

Primary LanguageJavaScriptMIT LicenseMIT

VueJS Compiler

VueJS Compiler is a transformer for vue files . you can easily compile (transform) your vue project With gulp and browserify. Also Sass added to gulp workflow for better productivity.

Installation

vueJsCompiler requires Node.js v4+ to run.

$ git clone git@github.com:afshinpersian/vueCompiler.git vueJsCompiler
$ cd vueJsCompiler
$ npm install

All package and dependencies will install.

Usage

  • It is so easy . just compile your vue files with short syntax
$ gulp vue

for sass

$ gulp sass

for vue and sass watch

$ gulp watch

for production sass to minified css

$ gulp prod
You can also:
  • add new gulp tasks such as default task
  • you can compile sass file - stylus files and other libraries in vue files with vuiefy

Version

1.0.0

Tech

VueJs Compiler uses a number of open source projects to work properly:

  • Vue Js - Intuitive, Fast and Composable MVVM for building interactive interfaces!
  • node.js - evented I/O for the backend
  • npm - package manager for nodejs
  • Gulp - the streaming build system
  • browserify - The compiler for writing next generation JavaScript.
  • babel - The compiler for writing next generation JavaScript.
  • vueify - vue compile templates!

Development

Want to contribute? Great! Open your favorite IDE and change files.

Todos

  • write new gulp tasks
  • gulp js minifier and uglifier

License

MIT