2.2.3 • Published 8 months ago

rdvue v2.2.3

Weekly downloads
30
License
ISC
Repository
github
Last release
8 months ago

rdvue npm version

The rdvue Command Line Interface (CLI) The project provides a scaffolded approach to building Single Page Applications with VueJS. The accompanying CLI tool provides an interactive shell interface to aid in customizing the generated template and expand the project with component modules as needed.

Table of Contents

NPM

Installation

npm install rdvue -g
npm install rdvue

Test the CLI by running the help option

rdvue --help

Usage

rdvue [command]

Commands:
  rdvue <action> <feature group> or <feature> <feature name> [options]

Actions:
  generate  Creates new feature
  g         Creates new feature

Features:
  project       Generates a new Vue.js Typescript Single Page Application(SPA)
  component     Generates a new component directory with the following main files to build and test: <component-name>.vue, <component-name>.ts, <component-name>.scss, <component-name>.spec.ts
  page          Generates a new page directory with the following main files to build and test: <page-name>.vue, <page-name>.ts, <page-name>.scss, <page-name>.spec.ts
  service       Generates a new service file within the services directory to integrate methods that should interact with external apis: <service-name>.ts
  model         Generates a new model/interface within the entities directory: <interface-name>.ts

Feature Group:
  auth          Generates component directory pages/auth and auth service module in the services directory.

Options:
  --help        Show help                                                   [boolean]
  -h            Show help                                                   [boolean]

Contributing

The rdvue CLI is a part of the FP Frontend Practice area at RealDecoy, where contributions are welcomed, You can help us by fixing bugs, reporting bugs or improving documentation.

Please read the contributing guidelines

Documentation

3.0.0-beta.0

8 months ago

2.0.8-beta.0

2 years ago

2.2.1

2 years ago

2.2.0

2 years ago

2.2.3

2 years ago

2.2.2

2 years ago

2.1.0

2 years ago

2.0.8

3 years ago

2.0.3

3 years ago

2.0.2

3 years ago

2.0.5

3 years ago

2.0.4

3 years ago

2.0.7

3 years ago

2.0.6

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.0.1

3 years ago

1.0.0-beta.6

3 years ago

1.0.0-beta.5

3 years ago

1.0.0-beta.4

3 years ago

1.0.0-beta.3

3 years ago

1.0.0-beta.2

4 years ago

1.0.0-beta.1

4 years ago

1.0.0-beta.0

4 years ago

0.6.1

4 years ago

0.6.0

4 years ago

0.5.7

4 years ago

0.5.6

4 years ago

0.5.5

4 years ago

0.5.4

4 years ago

0.5.3

4 years ago

0.5.2

4 years ago

0.5.1

4 years ago

0.4.0

4 years ago

0.3.0

4 years ago

1.0.0

3 years ago

0.2.0

4 years ago

0.1.0

4 years ago

0.0.2-0

4 years ago

0.0.1

4 years ago