Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
finance-manage
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
finance-oa
finance-manage
Commits
b2c3f451
Commit
b2c3f451
authored
Mar 30, 2022
by
RuoYi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update registry source
parent
d5f9b5b7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
ruoyi-ui/README.md
ruoyi-ui/README.md
+1
-1
ruoyi-ui/bin/package.bat
ruoyi-ui/bin/package.bat
+1
-1
No files found.
ruoyi-ui/README.md
View file @
b2c3f451
...
@@ -11,7 +11,7 @@ cd ruoyi-ui
...
@@ -11,7 +11,7 @@ cd ruoyi-ui
npm
install
npm
install
# 建议不要直接使用 cnpm 安装依赖,会有各种诡异的 bug。可以通过如下操作解决 npm 下载速度慢的问题
# 建议不要直接使用 cnpm 安装依赖,会有各种诡异的 bug。可以通过如下操作解决 npm 下载速度慢的问题
npm
install
--registry
=
https://registry.npm
.taobao.org
npm
install
--registry
=
https://registry.npm
mirror.com
# 启动服务
# 启动服务
npm run dev
npm run dev
...
...
ruoyi-ui/bin/package.bat
View file @
b2c3f451
...
@@ -7,6 +7,6 @@ echo.
...
@@ -7,6 +7,6 @@ echo.
cd
%~dp0
cd
%~dp0
cd
..
cd
..
npm
install
-
-registry
=
https
://registry.npm
.taobao.org
npm
install
-
-registry
=
https
://registry.npm
mirror.com
pause
pause
\ No newline at end of file
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