Skip to main content

模板

提示

使用脚手架快速创建模版项目。

ProjectStatusDescription
create-lvyjsc-lvyjs-s打包工具

创建项目

npm create lvyjs@latest -y
选择模版
? Which template do you want to use? ...
> alemonjs
yunzaijs
jsxp
pure

超时连接可尝试使用镜像

npm create --registry=https://registry.npmmirror.com lvyjs@latest -y

进入项目

按照提示,进入项目目录

进入项目
cd alemonb
cd yunzaib
cd jsxp
cd pure

安装依赖

包管理
npm install yarn@1.19.1 -y
安装依赖
yarn install

开发

develop

按照你的喜好,进行开发吧!

指引文档

模板源码

create-lvyjs