This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
zhangzl
/
nsgk_agentcenter_front
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
代理记账中共新前端
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.
19
Commits
1
Branch
1.7 MiB
Vue
75.7%
JavaScript
18.9%
HTML
3.3%
CSS
2.1%
Tree:
e3e80187e3
master
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from 'e3e80187e3'
${ noResults }
nsgk_agentcenter_front
/
bin
/
run-web.bat
12 lines
107 B
Raw
Blame
History
@echo off
echo.
echo [信息] 使用 Vue CLI 命令运行 Web 工程。
echo.
%~d0
cd %~dp0
cd ..
npm run dev
pause