We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89b8bd7 commit 6f0b9cdCopy full SHA for 6f0b9cd
README.md
@@ -43,7 +43,7 @@ cp backend ./../frontend
43
```bash
44
cd frontend
45
# install dependencies
46
-npm install --registry=https://registry.npm.taobao.org --prefix ./src/element
+npm install --registry=https://registry.npmmirror.com --prefix ./src/element
47
# build vue project
48
NODE_ENV=production npm --prefix ./src/element run build
49
# use the backend binary file to serve instead of node
@@ -60,4 +60,4 @@ NODE_ENV=production ./backend --debug=true --theme=sword --ui_theme=element
60
61
执行:```./backend --help``` 可以看到对应帮助选项信息。
62
63
-以上。
+以上。
0 commit comments