Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

zend-create-app

lucian-lu10ISC1.0.3

项目脚手架

react-cli, vue-cli

readme

zend-create-app

创建项目脚手架

使用

安装

# 使用yarn安装
yarn global add zend-create-app

# 使用npm安装
npm i -g zend-create-app

使用

zend-create-app init <项目名称>

运行

cd <项目名称>

# 开发环境
yarn start

# 生产打包
yarn build