1.1.4 • Published 3 years ago

@funhouse-atelier/sails-generate-vue-component v1.1.4

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

@funhouse-atelier/sails-generate-vue-component

A vue-component generator for use with the Sails command-line interface.

This is a modified version of the @acidev/sails-generate-vue-component package.

The following changes were made:

  • lodash dependency removed
  • a corresponding LESS file is generated along with the JS file
  • changed "props" in template from array-type definition to object-type
  • added "watch" to template

Installation

$ npm install @funhouse-atelier/sails-generate-vue-component --save

Then merge the following into your .sailsrc file:

{
  "modules": {
    "vue-component": "@funhouse-atelier/sails-generate-vue-component"
  }
}

Note that instead of "@funhouse-atelier/sails-generate-vue-component", you can also choose to provide the path to the generator locally (e.g. "./generators/vue-component"). This is useful if, for example, you have specific best practices for particular projects or teams within your organization, and you want to be able to check in generators to your code repository.

Certain generators are installed by default in Sails, but they can be overridden. Other generators add support for generating entirely new kinds of things. Check out Concepts > Extending Sails > Generators for information on installing generator overrides / custom generators and information on building your own generators.

Usage

$ sails generate vue-component <new-component-name>

Need help?

See Extending Sails > Generators > Custom Generators in the Sails documentation, or check out recommended support options.

Sails.js

Contributing

Please observe the guidelines and conventions laid out in the Sails project contribution guide when opening issues or submitting pull requests.

License

This vue-component generator is available under the MIT license.

The Sails framework is free and open-source under the MIT License.

image_squidhome@2x.png

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago