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