Este sítio funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Inscrição
Iniciar sessão
zhangzl
/
nsgk_mobile
Vigiar
2
Marcar como favorito
0
Derivar
0
Código
Questões
0
Pedidos de integração
0
Lançamentos
0
Wiki
Trabalho
Ver a proveniência
提交打包
wulanhaote
张泽亮
há 3 anos
ascendente
58002f652d
cometimento
1c8657ae19
3 ficheiros alterados
com
50 adições
e
0 eliminações
Visualização em 2 colunas
Opções das diferenças
Mostrar estatísticas
Descarregar ficheiro patch
Descarregar ficheiro diff
+18
-0
启动.bat
+18
-0
安装.bat
+14
-0
打包.bat
+ 18
- 0
启动.bat
Ver ficheiro
@@ -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 ficheiro
@@ -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 ficheiro
@@ -0,0 +1,14 @@
@echo off
D:
cd D:\workspace\code\nsgk_mobile
:: 打包预发布环境
npm run build
@echo SUCCESS
pause
Escrever
Pré-visualizar
Carregando…
Cancelar
Guardar