0.4.2 • Published 3 years ago

qiji-cli v0.4.2

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

自制前端脚手架,实现公司内部前端工程化

安装

mac安装

sudo npm i xmq -g

windows安装

npm i xmq -g

模块

初始化

xmq init 目录名

创建完成后结构如下:

qiji_creator
├─.eslintignore
├─.eslintrc.js
├─.prettierignore
├─.prettierrc
├─.stylelintrc.json
├─.umirc.ts
├─.vcmrc
├─CHANGELOG.md
├─README.md
├─beta.sh
├─commitlint.config.js
├─jsconfig.json
├─package-lock.json
├─package.json
├─stylelintrc.js
├─tree.txt
├─tsconfig.json
├─typings.d.ts
├─src
|  ├─Loading.tsx
|  ├─app.tsx
|  ├─utils
|  |   └tools.js
|  ├─service
|  |    ├─api.js
|  |    ├─axios.tsx
|  |    ├─index.js
|  |    └urlConfig.js
|  ├─pages
|  |   ├─404.tsx
|  |   ├─index.less
|  |   ├─index.tsx
|  |   ├─Works
|  |   |   ├─index.less
|  |   |   └index.tsx
|  ├─models
|  |   └crowd.tsx
|  ├─layouts
|  |    ├─_defaultProps.tsx
|  |    ├─index.less
|  |    └index.tsx
|  ├─components
|  |     ├─SideMenu
|  |     |    ├─index.less
|  |     |    └index.tsx
|  ├─.umi-production
|  ├─.umi

进入当前项目

cd 目录名

安装依赖包

npm i

文档:

0.4.1

3 years ago

0.5.0

3 years ago

0.4.0

3 years ago

0.4.2

3 years ago

0.3.0

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.3.6

3 years ago

0.2.7

3 years ago

0.1.8

3 years ago

0.3.5

3 years ago

0.2.6

3 years ago

0.1.7

3 years ago

0.3.8

3 years ago

0.2.9

3 years ago

0.3.7

3 years ago

0.2.8

3 years ago

0.1.9

3 years ago

0.2.3

3 years ago

0.3.1

3 years ago

0.2.2

3 years ago

0.3.4

3 years ago

0.2.5

3 years ago

0.3.3

3 years ago

0.2.4

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago