node 版本:v6.11.2
npm 版本:3.10.10

开发(在UI目录下)

    
    # 安装依赖
    npm install

    ## 若上述不行则采取下面命令
    npm install --registry=https://registry.npm.taobao.org

    # 本地开发 开启服务
    npm run dev

浏览器访问 http://localhost:9527

发布

    # 构建生成环境
    npm run build:prod


=https://registry.npm.taobao.org
cd litemall/litemall-admin
install
cnpm run dev
 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-02-03
  • 2022-12-23
  • 2021-12-23
猜你喜欢
  • 2021-07-15
  • 2022-12-23
  • 2022-12-23
  • 2021-11-28
  • 2022-12-23
  • 2021-12-12
  • 2021-07-01
相关资源
相似解决方案