Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
S
sts网站
Project
Project
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
liyang
sts网站
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
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
README.md
ruoyi-ui/README.md
+1
-1
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