1.0.11 • Published 7 years ago

vue-help v1.0.11

Weekly downloads
15
License
ISC
Repository
github
Last release
7 years ago

vue-help

Vue.js API in the Terminal

screenshot

Motivation

vue-help was created to facilitate access to all of Vue's APIs without the need for a browser or internet connection.

Usage

Install

npm install -g vue-help

Start CLI

vue-help

Enter API name at the prompt

For example:

    vue-help$ devtools

                    Category: Global Config
                    Name: devtools

                    * Type: boolean
                    * Default: true ( false in production builds)
                    * Usage: // make sure to set this synchronously immediately after loading Vue
                            Vue.config.devtools = true
                    * Details: Check whether to allow vue-devtools inspection.
                            This option's default value is true in development builds and false in production builds.
                            You can set it to true to enable inspection for production builds
or enter help to list all commands

vue-help? help

Inspiration

Clojure's (doc name) function https://clojuredocs.org/clojure.repl/doc

Elixir's h/1 function https://hexdocs.pm/iex/IEx.Helpers.html

1.0.11

7 years ago

1.0.10

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago