模板
提示
使用脚手架快速创建模版项目。
Project | Status | Description |
---|---|---|
create-lvyjs | 打包工具 |
创建项目
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
按照你的喜好,进行开发吧!