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
c1469d2a
Commit
c1469d2a
authored
Jul 20, 2021
by
zsh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加初始化子包命令
parent
cefdf390
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
+8
-0
README.md
README.md
+7
-0
package.json
package.json
+1
-0
No files found.
README.md
View file @
c1469d2a
## Vue基础框架
### 开始使用
1.
初始化Gitlab仓库
1.
1 选择: New project
!
[
New project
](
'/'
)
1.
2 选择: Import project
```
npm install
...
...
package.json
View file @
c1469d2a
...
...
@@ -10,6 +10,7 @@
"lint"
:
"eslint --ext .js --ext .jsx --ext .vue client/"
,
"lint-fix"
:
"eslint --fix --ext .js --ext .jsx --ext .vue src/"
,
"precommit"
:
"npm run lint-fix"
,
"init"
:
"git submodule update --init --recursive"
,
"update"
:
"cd runner && git pull origin master && git submodule update"
},
"author"
:
""
,
...
...
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