RuoYi-Vue 1.0

This commit is contained in:
RuoYi
2019-10-08 09:14:38 +08:00
parent 5bc7455464
commit 46444bd0fe
400 changed files with 32457 additions and 84 deletions
+12
View File
@@ -0,0 +1,12 @@
@echo off
echo.
echo [信息] 打包Web工程,生成node_modules包文件。
echo.
%~d0
cd %~dp0
cd ..
npm install --registry=https://registry.npm.taobao.org
pause
+12
View File
@@ -0,0 +1,12 @@
@echo off
echo.
echo [信息] 使用 Vue 运行 Web 工程。
echo.
%~d0
cd %~dp0
cd ..
npm run dev
pause