0.2.3 • Published 3 years ago
@dxsixpc/create v0.2.3
@dxsixpc/create
简介
前端项目脚手架
快速生成 react 项目
使用
全局安装
npm install -g @dxsixpc/create全局安装完成后,可直接使用 create 命令
create通过 npx 直接使用
npx @dxsixpc/create命令参数
npx @dxsixpc/create --help开发
脚手架开发
脚手架调试运行
方式一:
// 将本地项目链接到全局
npm link
// 全局可使用create命令执行
create方式二:
// 直接使用node运行代码
node src/index.mjs脚手架代码打包发布
// 打包
npm run build
// 发布
npm publish文档开发
文档调试运行
npm run start
或
npm run dev文档打包
npm run docs:build文档发布
npm run docs:deploy文档一键打包发布
npm run deployLicense
MIT © dxsixpc
0.1.0-beta.1
3 years ago
0.1.0
3 years ago
0.2.1
3 years ago
0.2.0
3 years ago
0.1.1
3 years ago
0.2.3
3 years ago
0.2.2
3 years ago
0.0.4
3 years ago
0.0.4-beta.3
3 years ago
0.0.4-beta.2
3 years ago
0.0.4-beta.1
3 years ago
0.0.3
3 years ago
0.0.2
3 years ago
0.0.1
3 years ago