Socket
Socket
Sign inDemoInstall

vue-component-cli2

Package Overview
Dependencies
131
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    vue-component-cli2

vue component cli


Version published
Weekly downloads
1
decreased by-66.67%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

vue-component-cli2 npm NPM npm

开发vue组件的webpack配置模版

安装

  npm install vue-component-cli2

使用

  vueComponent init <componentName>  
  or
  vc init <componentName>

项目目录

├── LICENSE
├── README.md
├── dist
├── example           
│   ├── App.vue
│   └── index.js
├── index.js
├── package-lock.json
├── package.json
├── postcss.config.js
├── script
│   ├── webpack.base.js
│   ├── webpack.dev.js
│   └── webpack.prod.js
├── src
│   └── Message.vue
├── template.html
├── test
│   ├── Message.spec.js
│   ├── __snapshots__
│   ├── coverage
│   └── sum.spec.js
├── utils               
│   └── sum.js
└── yarn.lock

功能列表

  • scss
  • jsx
  • jest

Keywords

FAQs

Last updated on 10 Jun 2019

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc