rdvue
TypeScript icon, indicating that this package has built-in type declarations

2.2.3 • Public • Published

RDVue npm version

RDVue is an opinionated CLI for generating Vue.js projects. We do so by adopting a development style guide which enforces strong typing with TypeScript, standardized Component, Layout and Page models, and a data-layer design promoting unified consumption through Stores and Services.

oclif Version Downloads/week License

     

Table of Contents

     

Usage

npx rdvue [command]

The help menu can be accessed with the command:

npx rdvue --help

The current version of rdvue can be retrieved with the command:

npx rdvue -v|--version|version

     

Options

Usage:
  npx rdvue <action>

Actions:
    create-project   -  Scaffold a new rdvue project
    add              -  Add a feature to a project
    plugin           -  Inject a utility to extend project functionality
    upgrade          -  Specify the rdvue template version for a project
  
Options:
    --help | -h      -  Show help information

     

About

The RDVue CLI is the product of RealDecoy's Frontend Practice group. Contributions are welcome! You can help us by reporting or fixing bugs and giving us feedback on new/existing features.

     

Development

npm install
npm link

     

Testing

Run Unit Test Suite

npm run test

Creating Tests

  • create a <module-name>.test.ts file in the /test folder
  • using chai assertion syntax, describe your unit test cases
  • visit the oclif testing documentation to see more details

Readme

Keywords

Package Sidebar

Install

npm i rdvue

Weekly Downloads

10

Version

2.2.3

License

ISC

Unpacked Size

150 kB

Total Files

50

Last publish

Collaborators

  • realdecoy-frontend-practice
  • avidal_realdecoy