移动端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

22 lines
415 B

  1. @echo off
  2. D:
  3. cd D:\workspace\code\nsgk_mobile
  4. ::安装依赖
  5. npm install
  6. ::强烈建议不要用直接使用 cnpm 安装,会有各种诡异的 bug,可以通过重新指定 registry 来解决 npm 安装速度慢的问题。
  7. npm install --registry=https://registry.npm.taobao.org
  8. :: 东旭添加的库,需要安装
  9. ::npm install jsencrypt
  10. ::本地开发 启动项目
  11. :: npm run dev
  12. @echo SUCCESS
  13. pause