0.4.0 • Published 5 years ago

joe-vue v0.4.0

Weekly downloads
2
License
ISC
Repository
github
Last release
5 years ago

JoeVue CLI Tool

CLI tool help you create your vue file easily.

Getting Started

To start using it just install it from npm and start using it.

Installing

Install the package from npm

npm install -g joe-vue

Configuration

Change default path for creating file (Don't forget about the '/' at the end ^_^, We will fix it next release)

joe-vue set:path newPath/

Change default path by selecting some of our preset configuration

For Vue js preset

joe-vue set:preset vue

For Laravel preset

joe-vue set:preset laravel

How to use it

Create vue component file

joe-vue make:component FooComponent

Create vue view file

joe-vue make:view FooView

Create javascript file

joe-vue make:js FooScript

Built With

  • Node js - The framework used.
  • commander - Helpful library for making CLI with Node js.

Authors

At last

  • Please contribute to our repo
  • Any contribution we will appreciate it
  • If there is any improvements and enhancement to the code base please submit it to us
  • Thanx ^_^
0.4.0

5 years ago

0.3.0

5 years ago

0.2.0

5 years ago

0.1.0

5 years ago