Browse Source

change README.md

microapp 2 years ago
parent
commit
5c80bb158a
5 changed files with 18 additions and 8 deletions
  1. 3 3
      README.md
  2. 4 3
      doc/base/preface.md
  3. 1 1
      doc/other/faq.md
  4. 9 0
      doc/package.json
  5. 1 1
      doc/quickstart/startup.md

+ 3 - 3
README.md

@@ -40,12 +40,12 @@ mongorestore.exe -d flash-waimai d:\\elm
     - 直接运行ApiApplication主类启动api服务
 - 启动管理平台:
     - 进入flash-waimai-manage目录:
-    - 运行 npm install --registry=https://registry.npm.taobao.org
+    - 运行 npm install --registry=https://registry.npmmirror.com
     - 运行npm run dev
     - 启动成功后访问 http://localhost:9528 ,登录,用户名密码:admin/admin
 - 启动手机端:
     - 进入flash-waimai-mobile目录:    
-    - 运行 npm install --registry=https://registry.npm.taobao.org
+    - 运行 npm install --registry=https://registry.npmmirror.com
     - 运行npm run dev
     - 启动成功后访问 http://localhost:8000
 
@@ -72,6 +72,6 @@ mongorestore.exe -d flash-waimai d:\\elm
 - 该项目不适用与商城系统解决方案,如果有商城系统需求,可以查看另外一个商城的开源系统[https://gitee.com/microapp/linjiashop](https://gitee.com/microapp/linjiashop)(支持H5,微信小程序,APP)
 
 ## 交流
-- qq群: 936439613;qq群仅为方便网友互相交流,作者基本不会在群里回复,如果需要跟作者提问题,可以通过项目主页提issue;qq群禁止发广告,发者立删;为了提高加群门槛,避免随意入群发广告等,加入qq群需要付费1元
+- qq群仅为方便网友互相交流,作者基本不会在群里回复,如果需要跟作者提问题,可以通过项目主页提issue;qq群禁止发广告,发者立删;为了提高加群门槛,请先通过下面链接打赏后加项目作者qq,并将打赏截图发过去,作者将邀请你进群,[打赏链接](https://microapp.gitee.io/flash-waimai/donate.html),打赏金额随缘
 
 

+ 4 - 3
doc/base/preface.md

@@ -39,12 +39,12 @@ mongorestore.exe -d flash-waimai d:\\elm
 
 - 启动管理平台:
     - 进入flash-waimai-manage目录:
-    - 运行 npm install --registry=https://registry.npm.taobao.org
+    - 运行 npm install --registry=https://registry.npmmirror.com
     - 运行npm run dev
     - 启动成功后访问 http://localhost:9528 ,登录,用户名密码:admin/admin
 - 启动手机端:
     - 进入flash-waimai-mobile目录:    
-    - 运行 npm install --registry=https://registry.npm.taobao.org
+    - 运行 npm install --registry=https://registry.npmmirror.com
     - 运行npm run local
     - 启动成功后访问 http://localhost:8000
 
@@ -68,7 +68,8 @@ mongorestore.exe -d flash-waimai d:\\elm
 - 开发过程遇到问题也可以多翻翻上述项目的issue,详细我,你遇到的问题,总有人比你更早遇到
 
 ## 交流
-- qq群: 936439613;qq群仅为方便网友互相交流,作者基本不会在群里回复,如果需要跟作者提问题,可以通过项目主页提issue;qq群禁止发广告,发者立删;为了提高加群门槛,避免随意入群发广告等,加入qq群需要付费1元
+- qq群仅为方便网友互相交流,作者基本不会在群里回复,如果需要跟作者提问题,可以通过项目主页提issue;qq群禁止发广告,发者立删;为了提高加群门槛,请先通过下面链接打赏后加项目作者qq,并将打赏截图发过去,作者将邀请你进群,[打赏链接](https://microapp.gitee.io/flash-waimai/donate.html),打赏金额随缘
+
 # License
 
 [GPL](https://github.com/microapp-store/flash-waimai/blob/master/COPYING)

+ 1 - 1
doc/other/faq.md

@@ -10,7 +10,7 @@ java -Dfile.encoding=utf-8 -jar xxxxxxx.jar
 ## 打包flash-waimai-manage或者flash-waimai-mobile总是下载依赖包失败
 使用淘宝源
 ```shell
-npm install --registry=https://registry.npm.taobao.org
+npm install --registry=https://registry.npmmirror.com
 ```
 
 ##  Invalid character found in the request target. The valid characters are defined in RFC 3986

+ 9 - 0
doc/package.json

@@ -0,0 +1,9 @@
+{
+  "scripts": {
+    "docs:dev": "vuepress dev docs",
+    "docs:build": "vuepress build docs"
+  },
+  "devDependencies": {
+    "@vuepress/plugin-google-analytics": "^1.0.0-alpha.0"
+  }
+}

+ 1 - 1
doc/quickstart/startup.md

@@ -6,7 +6,7 @@
 ![api](../img/flash-waimai-api.jpg)
 ## 启动flash-waimai-manage
 - 进入flash-waimai-manage目录
-    - 命令行窗口运行 npm install --registry=https://registry.npm.taobao.org
+    - 命令行窗口运行 npm install --registry=https://registry.npmmirror.com
     - 运行  npm run dev
     - 启动成功后访问 http://localhost:9528,登录,用户名密码:admin/admin 
  ![vue](../admin.gif)