Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
zhangzl
/
nsgk_mobile
Seguir
2
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
提交打包
wulanhaote
张泽亮
hace 3 años
padre
58002f652d
commit
1c8657ae19
Se han
modificado 3 ficheros
con
50 adiciones
y
0 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+18
-0
启动.bat
+18
-0
安装.bat
+14
-0
打包.bat
+ 18
- 0
启动.bat
Ver fichero
@@ -0,0 +1,18 @@
@echo off
D:
cd D:\workspace\code\nsgk_mobile
::安装依赖
:: npm install
::强烈建议不要用直接使用 cnpm 安装,会有各种诡异的 bug,可以通过重新指定 registry 来解决 npm 安装速度慢的问题。
:: npm install --registry=https://registry.npm.taobao.org
::本地开发 启动项目
npm run dev
@echo SUCCESS
pause
+ 18
- 0
安装.bat
Ver fichero
@@ -0,0 +1,18 @@
@echo off
D:
cd D:\workspace\code\nsgk_mobile
::安装依赖
npm install
::强烈建议不要用直接使用 cnpm 安装,会有各种诡异的 bug,可以通过重新指定 registry 来解决 npm 安装速度慢的问题。
npm install --registry=https://registry.npm.taobao.org
::本地开发 启动项目
:: npm run dev
@echo SUCCESS
pause
+ 14
- 0
打包.bat
Ver fichero
@@ -0,0 +1,14 @@
@echo off
D:
cd D:\workspace\code\nsgk_mobile
:: 打包预发布环境
npm run build
@echo SUCCESS
pause
Escribir
Vista previa
Cargando…
Cancelar
Guardar