@saqqdy/cli

1.0.16 • Public • Published

@saqqdy/cli

介绍

saqqdy提供的vue模板专用安装工具,采用vue cli的风格,一键生成vue网站模板

软件架构

基于commander、git-clone、shelljs、tracer等

安装教程

# 安装saqqdy-cli
npm install -g @saqqdy/cli

# 使用saqqdy-cli创建模板
saqqdy <template name> <project name>

# 进入项目目录安装依赖
cd <project name>
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

# run unit tests
npm run unit

# run e2e tests
npm run e2e

# run all tests
npm test

使用说明

请参照对应的模板介绍,目前saqqdy-cli提供以下模板:

资源不断更新中,请前往https://github.com/saqqdy查看全部模板资源

参与贡献

  1. Fork 本仓库
  2. 新建 Feat_xxx 分支
  3. 提交代码
  4. 新建 Pull Request

我的相关

Readme

Keywords

Package Sidebar

Install

npm i @saqqdy/cli

Weekly Downloads

0

Version

1.0.16

License

ISC

Unpacked Size

14.6 kB

Total Files

9

Last publish

Collaborators

  • saqqdy