New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

generator-vue-component-developer

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generator-vue-component-developer

> A component develop project boilerplate to enable your quick develop your component or directive and publish to npm

latest
Source
npmnpm
Version
0.0.3
Version published
Maintainers
1
Created
Source

vue component develop project boilerplate

> A component develop project boilerplate to enable your quick develop your component or directive and publish to npm

project struct

|-- demo				# demo project
	|-- App.vue 		# demo project vue entry
	|-- main.js			# demo project entry
|-- src
	|-- assets 			# component assets
	|-- components  	# components
|-- index.js  			# component entry

Install

If yeoman is not installed, install it global

npm install -g yo

install generator-vue-component-developer -g

npm install generator-vue-component-developer -g

run cmd to get the boilerplate

yo vue-component-developer

The yo will enerate the corresponding component name and HTML tag according to your configuration

Usage

in the project fold, install the dependency package

npm i

developer component or directive

npm run dev

Publish

npm adduser
npm publish

Keywords

yeoman-generator

FAQs

Package last updated on 18 Dec 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts