1.0.16 • Published 5 years ago

@saqqdy/cli v1.0.16

Weekly downloads
1
License
ISC
Repository
github
Last release
5 years ago

@saqqdy/cli

Description

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

Software Architecture

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

Installation

# 安装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

Instructions

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

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

Contribution

  1. Fork the repository
  2. Create Feat_xxx branch
  3. Commit your code
  4. Create Pull Request

About Me

  1. You can use Readme_XXX.md to support different languages, such as Readme_en.md, Readme_zh.md
  2. My Gitee:https://gitee.com/saqqdy
  3. My Github:https://github.com/saqqdy
  4. My npm:https://npmjs.com/~saqqdy
  5. My porsonal site http://www.saqqdy.com
1.0.16

5 years ago

1.0.15

5 years ago

1.0.14

5 years ago

1.0.13

5 years ago

1.0.12

5 years ago

1.0.11

5 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago