移动端
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.
 
 

18 rivejä
351 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 run dev
  10. @echo SUCCESS
  11. pause