Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
RuoYi Vue
Commits
b2c3f451
Commit
b2c3f451
authored
Mar 30, 2022
by
RuoYi
Browse files
update registry source
parent
d5f9b5b7
Changes
2
Hide whitespace changes
Inline
Side-by-side
ruoyi-ui/README.md
View file @
b2c3f451
...
...
@@ -11,7 +11,7 @@ cd ruoyi-ui
npm
install
# 建议不要直接使用 cnpm 安装依赖,会有各种诡异的 bug。可以通过如下操作解决 npm 下载速度慢的问题
npm
install
--registry
=
https://registry.npm
.taobao.org
npm
install
--registry
=
https://registry.npm
mirror.com
# 启动服务
npm run dev
...
...
ruoyi-ui/bin/package.bat
View file @
b2c3f451
...
...
@@ -7,6 +7,6 @@ echo.
cd
%~dp0
cd
..
npm
install
--registry
=
https
://registry.npm
.taobao.org
npm
install
--registry
=
https
://registry.npm
mirror.com
pause
\ No newline at end of file
Write
Preview
Supports
Markdown
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