Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
ZhangJianFrontEnd
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
vue-project
ZhangJian
ZhangJianFrontEnd
Commits
89175f9c
Commit
89175f9c
authored
Jul 23, 2021
by
zsh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改README
parent
23c47980
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
14 deletions
+14
-14
README.md
README.md
+14
-14
No files found.
README.md
View file @
89175f9c
...
@@ -2,42 +2,42 @@
...
@@ -2,42 +2,42 @@
#### 1. 初始化Gitlab仓库
#### 1. 初始化Gitlab仓库
```
js
```
1.1
点击
New
project
1.1 点击
`New project`
1.2 选择最后一项
1.2 选择最后一项
Import
project
`Import project`
1.3 选择最后一项
1.3 选择最后一项
Repo
by
URL
=>
Git
repository
URL
-
username
:
password
更换成自己的
gitlab
账号密码
Repo by URL => Git repository URL -
`username:password`
更换成自己的gitlab账号密码
http
:
//
username:password
@123.207.147.179:8888/vue-project/basic.git
http://
`username:password`
@123.207.147.179:8888/vue-project/basic.git
Project
path
=>
下拉选择
:
vue
-
project
Project path => 下拉选择:
`vue-project`
Project name => 自定义
Project name => 自定义
Project description (optional) => 项目相关描述, 必须填写当前项目名称及相关信息
Project description (optional) => 项目相关描述, 必须填写当前项目名称及相关信息
1.4 仓库权限
1.4 仓库权限
Visibility
Level
=>
选择第一项
(
Private
),
通过单独添加开发者的方式添加其他人的开发权限
(
Developer
)
`Visibility Level` => 选择第一项(`Private`), 通过单独添加开发者的方式添加其他人的开发权限(`Developer`
)
```
```
#### 2. 添加依赖runner(git子包仓库)
#### 2. 添加依赖runner(git子包仓库)
```
js
```
初始化子包仓库
初始化子包仓库
npm
run
init
`npm run init`
更新子包仓库
更新子包仓库
npm
run
update
`npm run update`
```
```
#### 3. 添加node依赖
#### 3. 添加node依赖
```
js
```
npm
install
`npm install`
开发环境
开发环境
npm
run
dev
`npm run dev`
打包部署
打包部署
npm
run
build
`npm run build`
```
```
### 页面名称
### 页面名称
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment