Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit06bc8f0

Browse files
committed
feat(mpaas): 增加 mPaaS 平台的说明
1 parenta879507 commit06bc8f0

File tree

1 file changed

+21
-9
lines changed

1 file changed

+21
-9
lines changed

‎docs/handbook/guide/quickstart.md‎

Lines changed: 21 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -47,18 +47,30 @@ npm init @winner-fed/create-project@2 [project-name]
4747
- H5 离线包
4848
- PC
4949

50+
####3. Select a mobile development platform?(选择移动开发平台)
51+
- GMU
52+
- mPaaS
53+
5054
::: tip 提示
5155

52-
当选择`H5 离线包` 的时候,会要求输入`离线包 ID``离线包名称`
56+
当选择`H5 离线包` 的时候,**此选项会出现**
57+
58+
这个时候会要求输入`离线包 ID``离线包名称`
59+
5360
其中,这两个值都是有校验规则的。
61+
62+
[GMU](https://www.lightyy.com/#/index) 平台中,
5463
- 离线包 ID:4-8 位的小写英文字母或数字,注意唯一性
5564
- 离线包名称:1-10 位的中英文字符或数字
5665

66+
[mPaaS](https://help.aliyun.com/document_detail/49549.html) 平台中,
67+
- 离线包 ID:8 位的数字,注意唯一性
68+
- 离线包名称:无规则限制
5769
:::
5870

59-
####3. Add TypeScript?(是否需要使用 TypeScript)
71+
####4. Add TypeScript?(是否需要使用 TypeScript)
6072

61-
####4. Choose whether your build tools is bundle(webpack) or bundless(vite)?(选择构建工具)
73+
####5. Choose whether your build tools is bundle(webpack) or bundless(vite)?(选择构建工具)
6274

6375
- bundle(webpack)
6476
- bundleless(vite)
@@ -71,7 +83,7 @@ npm init @winner-fed/create-project@2 [project-name]
7183
:::
7284

7385

74-
####5. Select a UI Framework(选择 UI 组件库)
86+
####6. Select a UI Framework(选择 UI 组件库)
7587

7688
- Element UI
7789
- Ant Design Vue
@@ -92,7 +104,7 @@ npm init @winner-fed/create-project@2 [project-name]
92104

93105
:::
94106

95-
####6. Select a mobile layout adaptation plan?(选择移动端布局适配方案)
107+
####7. Select a mobile layout adaptation plan?(选择移动端布局适配方案)
96108

97109
- rem
98110
- vw
@@ -106,28 +118,28 @@ npm init @winner-fed/create-project@2 [project-name]
106118

107119
:::
108120

109-
####7. Select a Version control tool?(选择版本管理工具)
121+
####8. Select a Version control tool?(选择版本管理工具)
110122

111123
- Git
112124
- SVN
113125

114-
####8. Add Mirror Source Support?(是否使用公司镜像源)
126+
####9. Add Mirror Source Support?(是否使用公司镜像源)
115127

116128
::: tip 提示
117129

118130
由于公司内使用了私服镜像源,因此会生成两个文件`.npmrc``.yarnc`,用于指定项目所需要的指定镜像源地址。请务必要根据实际项目需求,动态调整文件里的地址。
119131

120132
:::
121133

122-
####9. Add See Package Support?(是否支持 SEE 平台发布物及 Docker 发布物)
134+
####10. Add See Package Support?(是否支持 SEE 平台发布物及 Docker 发布物)
123135

124136
::: tip 提示
125137

126138
当选择了第8步骤为`yes` 时,此选项才会出现。
127139

128140
:::
129141

130-
####10. Add Subsystem Support?(是否支持子系统)
142+
####11. Add Subsystem Support?(是否支持子系统)
131143

132144
::: tip 提示
133145

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp