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

@zzwing/create-app

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

@zzwing/create-app

a cli base on vue-cli@2.0

latest
Source
npmnpm
Version
1.0.2
Version published
Maintainers
1
Created
Source

create-app cli

根据vueCli改写,减少部分功能.
只留下初始化部分
可以从gitlab/github/本地文件中的项目模板构建新应用

使用方法

安装

    npm i @zzwing/create-app -g

使用

    create-app init <template-name> <project-name> [-c]

如果需要通过git clone来拉取项目.请使用-c 参数

本地文件

你可以使用本地模板作为你的新项目模板

    create-app init ~/fs/path/to-custom-template my-project

通过其他仓库获取

The short hand repository string to download the repository from:

  • GitHub - github:owner/name or simply owner/name
  • GitLab - gitlab:owner/name
  • Bitbucket - bitbucket:owner/name

Examples

Using http download from Github repository at master.

create-app init path/to/repo myProject

Using git clone from Bitbucket repository at my-branch.

create-app init bitbucket:path/to/repo#my-branch myProject

Using http download from GitLab repository with custom origin.

create-app init gitlab:mygitlab.com:path/to/repo#my-branch myProject

路径具体写法请参考

download-git-repo

Keywords

vue

FAQs

Package last updated on 18 Sep 2018

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