https://github.com/saqqdy/saqqdy-cli
saqqdy提供的vue模板专用安装工具,采用vue cli的风格,一键生成vue网站模板
https://github.com/saqqdy/saqqdy-cli
Last synced: 6 months ago
JSON representation
saqqdy提供的vue模板专用安装工具,采用vue cli的风格,一键生成vue网站模板
- Host: GitHub
- URL: https://github.com/saqqdy/saqqdy-cli
- Owner: saqqdy
- Created: 2019-03-27T03:41:20.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-03-16T07:44:02.000Z (7 months ago)
- Last Synced: 2025-03-24T06:12:33.491Z (7 months ago)
- Language: JavaScript
- Size: 21.5 KB
- Stars: 15
- Watchers: 2
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# @saqqdy/cli
## 介绍
saqqdy提供的vue模板专用安装工具,采用vue cli的风格,一键生成vue网站模板
## 软件架构
基于commander、git-clone、shelljs、tracer等
## 安装教程
```text
# 安装saqqdy-cli
npm install -g @saqqdy/cli# 使用saqqdy-cli创建模板
saqqdy# 进入项目目录安装依赖
cd
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提供以下模板:
* [vue\_px\_to\_viewport\_h5](https://github.com/saqqdy/vue_px_to_viewport_h5) 基于自动转换px到vw的H5网站解决方案
* [vue\_px\_to\_rem\_h5](https://github.com/saqqdy/vue_px_to_rem_h5) 基于自动转换px到rem的H5网站解决方案
* [vue\_cli3\_px\_to\_viewport\_h5](https://github.com/saqqdy/vue_cli3_px_to_viewport_h5) 基于CLI3自动转换px到vw的H5网站解决方案
* [vue\_cli3\_px\_to\_rem\_h5](https://github.com/saqqdy/vue_cli3_px_to_rem_h5) 基于自动转换px到rem的H5网站解决方案
* [vue\_cli3\_multiple](https://github.com/saqqdy/vue_cli3_multiple) 基于CLI3的多页应用模板资源不断更新中,请前往[https://github.com/saqqdy](https://github.com/saqqdy)查看全部模板资源
## 参与贡献
1. Fork 本仓库
2. 新建 Feat\_xxx 分支
3. 提交代码
4. 新建 Pull Request## 我的相关
* _**使用**_ _Readme\_XXX.md_ 来支持不同的语言,`例如` _Readme\_en.md, Readme\_zh.md_
* 我的码云:[https://gitee.com/saqqdy](https://gitee.com/saqqdy)
* 我的Github:[https://github.com/saqqdy](https://github.com/saqqdy)
* 我的npm:[https://npmjs.com/~saqqdy](https://npmjs.com/~saqqdy)
* 我的个人网站 [http://www.saqqdy.com](http://www.saqqdy.com)