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
JSH ERP
Commits
b2f5ef03
Commit
b2f5ef03
authored
May 17, 2021
by
季圣华
Browse files
更新配置
parent
1163f2e1
Changes
2
Hide whitespace changes
Inline
Side-by-side
jshERP-web/README.md
View file @
b2f5ef03
...
...
@@ -26,6 +26,16 @@ Overview
项目运行
----
-
安装nodeJS
```
建议安装node-v8.17.0-x64版本 教程参考 https://blog.csdn.net/zhangkaidsy/article/details/86645070
```
-
配淘宝源(速度快)
```
yarn config set registry https://registry.npm.taobao.org
```
-
安装依赖
```
yarn install
...
...
@@ -42,7 +52,6 @@ yarn build
```
其他说明
----
...
...
jshERP-web/package.json
View file @
b2f5ef03
...
...
@@ -3,7 +3,6 @@
"version"
:
"2.2.0"
,
"private"
:
true
,
"scripts"
:
{
"pre"
:
"yarn --registry https://registry.npm.taobao.org || cnpm install || npm install --registry https://registry.npm.taobao.org "
,
"serve"
:
"vue-cli-service serve"
,
"build"
:
"vue-cli-service build"
},
...
...
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